Поделиться через


Свойство Web.MasterUrl

Gets or sets the URL of the master page that is used for 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 MasterUrl As String
    Get
    Set
'Применение
Dim instance As Web
Dim value As String

value = instance.MasterUrl

instance.MasterUrl = value
public string MasterUrl { get; set; }

Значение свойства

Тип: System.String
A string that contains the URL of the master page.

Замечания

At runtime, the value in this property replaces the ~masterurl/default.master token in content pages.

См. также

Справочные материалы

Web класс

Элементы Web

Пространство имен Microsoft.SharePoint.Client