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
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph