Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Redirects a request from a mobile device to the mobile version of the page as specified by the MobilePageUrl property.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Protected Overridable Sub MobileRedirect
'Usage
Me.MobileRedirect()
protected virtual void MobileRedirect()
The default implementation uses Response.Redirect Method. It does not verify that the MobilePageUrl property has a valid value. Contrast this method with the TryToRedirectMobileAccess() method.
UnsecuredLayoutsPageBase class