Tuesday 29 April 2014

Response.Redirect

The Redirect method takes two input parameters: the URL for the target location, and a boolean value that indicates whether to stop running the current page. This version is defined as follows:
public void Redirect(string url, bool endResponse);
     

No comments:

Post a Comment