SPUtility.RedirectValidate Method
Include Protected Members
Include Inherited Members
Determines whether a URL is suitable for redirection by verifying that it is either relative or resides within the current Web server or portal server.
Overload List
Name | Description | |
---|---|---|
RedirectValidate(String, SPWeb) | Determines whether a URL is suitable for redirection by verifying that it is either relative or resides within the current Web server or portal server within the current Web application. | |
RedirectValidate(String, HttpContext) | Determines whether a URL is suitable for redirection by verifying that it is either relative or resides within the current Web server or portal server. |
Top