SPWeb.MasterUrl property
取得或設定用於網站的主版頁面 URL。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property MasterUrl As String
Get
Set
'用途
Dim instance As SPWeb
Dim value As String
value = instance.MasterUrl
instance.MasterUrl = value
public string MasterUrl { get; set; }
Property value
Type: System.String
字串,包含主版頁面的 URL。
備註
在執行階段,這個屬性中的值會取代在內容頁面中的~masterurl/default.master語彙基元。