System.Web Namespace HttpResponse Class
Redirects a client to a new URL. Specifies the new URL and whether execution of the current page should terminate.
[ VB ] Overloads Public Sub Redirect ( _ ByVal url As String, _ ByVal endResponse As Boolean _ ) [ C# ] public void Redirect ( string url, bool endResponse ); [ C++ ] public: void Redirect ( String* url, bool endResponse ); [ JScript ] public function Redirect ( url : String, endResponse : Boolean );
HttpResponse Members HttpResponse.Redirect Overload List
Check out related books at Amazon
© 2025 Reynald Nuñez and asp.net.ph. All rights reserved. If you have any question, comment or suggestion about this site, please send us a note