UnsecuredLayoutsPageBase.MobilePageUrl 属性
获取页的移动版本的相对于网站的 URL。
命名空间: Microsoft.SharePoint.WebControls
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Protected Overridable ReadOnly Property MobilePageUrl As String
Get
用法
Dim value As String
value = Me.MobilePageUrl
protected virtual string MobilePageUrl { get; }
属性值
类型:System.String
移动页的版本的 URL。
备注
默认实现返回空字符串。如果没有用于在移动设备上呈现页面的版本,重写该属性。