Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the URL of the master page that is used for the website.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
Public Property MasterUrl As String
Get
Set
'Usage
Dim instance As SPWeb
Dim value As String
value = instance.MasterUrl
instance.MasterUrl = value
public string MasterUrl { get; set; }
Type: 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.