Answers for "Response.Redirect()"

0

Response.Redirect()

public void Redirect (string url, bool endResponse);


Parameters
url
String
The location of the target.

endResponse
Boolean
Indicates whether execution of the current page should terminate.
Posted by: Guest on October-14-2021

Browse Popular Code Answers by Language