Свойство Web.CustomMasterUrl
Gets or sets the URL for a custom master page file to apply to the website.
Пространство имен: Microsoft.SharePoint.Client
Сборки: Microsoft.SharePoint.Client.Silverlight (в Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (в Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (в Microsoft.SharePoint.Client.dll)
Синтаксис
'Декларация
Public Property CustomMasterUrl As String
Get
Set
'Применение
Dim instance As Web
Dim value As String
value = instance.CustomMasterUrl
instance.CustomMasterUrl = value
public string CustomMasterUrl { get; set; }
Значение свойства
Тип: System.String
A string that contains the URL of the custom master page.
Замечания
At runtime, the value in this property replaces the ~masterurl/custom.master token in content pages.