Web.CustomMasterUrl - Propriété
Gets or sets the URL for a custom master page file to apply to the website.
Espace de noms : Microsoft.SharePoint.Client
Assemblys : Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll); Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll) Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Property CustomMasterUrl As String
Get
Set
'Utilisation
Dim instance As Web
Dim value As String
value = instance.CustomMasterUrl
instance.CustomMasterUrl = value
public string CustomMasterUrl { get; set; }
Valeur de propriété
Type : System.String
A string that contains the URL of the custom master page.
Remarques
At runtime, the value in this property replaces the ~masterurl/custom.master token in content pages.