SPMobileUtility.Redirect method (String, SPRedirectFlags, HttpContext)
Redirects the user to the specified URL, if it is valid.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function Redirect ( _
url As String, _
flags As SPRedirectFlags, _
context As HttpContext _
) As Boolean
'Usage
Dim url As String
Dim flags As SPRedirectFlags
Dim context As HttpContext
Dim returnValue As Boolean
returnValue = SPMobileUtility.Redirect(url, _
flags, context)
public static bool Redirect(
string url,
SPRedirectFlags flags,
HttpContext context
)
Parameters
url
Type: System.StringThe URL that is the target destination for the redirection.
flags
Type: Microsoft.SharePoint.Utilities.SPRedirectFlagsA flag that specifies the process to be used in the redirection.
context
Type: System.Web.HttpContextThe HttpContext object that encapsulates HTTP-specific information about the current HTTP request.
Return value
Type: System.Boolean
true, if the target destination URL is valid and the user can be redirected; otherwise false.