SPContentType.DisplayFormUrl property
取得或設定来用於項目的自訂Display表單頁面的 URL 會指派此內容的型別。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property DisplayFormUrl As String
Get
Set
'用途
Dim instance As SPContentType
Dim value As String
value = instance.DisplayFormUrl
instance.DisplayFormUrl = value
public string DisplayFormUrl { get; set; }
Property value
Type: System.String
自訂Display表單頁面的 URL。
備註
這個屬性可讓您指定用戶端重新導向至自訂Display表單頁面的項目指派給這個內容型別。
表單頁面是取代整個預設SharePoint Foundation頁面,包括框架項目或色彩,例如頂端和側邊的.aspx 頁面導覽列。表單的頁面,您必須建立任何的巡覽連結或其他您想要的通常位於SharePoint Foundation色彩的項目。
您指定的 Url 必須是相對於內容類型的根位置。
如果您不指定自訂的表單畫面, SharePoint Foundation呈現表單會自動為您。
如需詳細資訊,請參閱FormUrls Schema Overview。
請參閱
參照
Microsoft.SharePoint namespace