Web.CustomMasterUrl property
Gets or sets the URL for a custom master page file to apply to the website.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public Property CustomMasterUrl As String
Get
Set
'Usage
Dim instance As Web
Dim value As String
value = instance.CustomMasterUrl
instance.CustomMasterUrl = value
public string CustomMasterUrl { get; set; }
Property value
Type: System.String
A string that contains the URL of the custom master page.
Remarks
At runtime, the value in this property replaces the ~masterurl/custom.master token in content pages.