SPWeb.CustomMasterUrl property

Gets or sets the URL for a custom master page file to apply to the website.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Property CustomMasterUrl As String
    Get
    Set
'Usage
Dim instance As SPWeb
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.

See also

Reference

SPWeb class

SPWeb members

Microsoft.SharePoint namespace