Web.MasterUrl property

Gets or sets the URL of the master page that is used for the website.

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

Syntax

'Declaration
Public Property MasterUrl As String
    Get
    Set
'Usage
Dim instance As Web
Dim value As String

value = instance.MasterUrl

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

Property value

Type: System.String
A string that contains the URL of the master page.

Remarks

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

See also

Reference

Web class

Web members

Microsoft.SharePoint.Client namespace