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.
Gets the relative URL for the mobile version of this page.
Namespace: Microsoft.SharePoint.IdentityModel.Pages
Assembly: Microsoft.SharePoint.IdentityModel (in Microsoft.SharePoint.IdentityModel.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property MobilePageUrl As String
Get
'Usage
Dim value As String
value = Me.MobilePageUrl
protected override string MobilePageUrl { get; }
Property Value
Type: System.String
The relative URL for the mobile version of this page.
Remarks
This property always returns the current URL concatenated with /_layouts/mobile/mblmultilogin.aspx? and then any existing query string in the current request.