Share via


MultiLogonPage.MobilePageUrl Property

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.

See Also

Reference

MultiLogonPage Class

MultiLogonPage Members

Microsoft.SharePoint.IdentityModel.Pages Namespace