SPUtility.Redirect method
Handles the redirection of an HTTP request based on the supplied parameters. This method specifies the target of the redirection and notifies the caller about whether the redirection was made.
Overload list
Name | Description | |
---|---|---|
Redirect(String, SPRedirectFlags, HttpContext) | Handles the redirection of an HTTP request. | |
Redirect(String, SPRedirectFlags, HttpContext, String) | Handles the redirection of an HTTP request. This method allows for the optional specification of an encoded query string to be added to the URL. |
Top