Partager via


Web.MasterUrl - Propriété

Gets or sets the URL of the master page that is used for 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 MasterUrl As String
    Get
    Set
'Utilisation
Dim instance As Web
Dim value As String

value = instance.MasterUrl

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

Valeur de propriété

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

Remarques

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

Voir aussi

Référence

Web classe

Web - Membres

Microsoft.SharePoint.Client - Espace de noms