SPContentType.DisplayFormUrl Property

Gets or set the URL of a custom Display form page to use for items assigned this content type.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableAttribute> _
Public Property DisplayFormUrl As String
    Get
    Set
'Usage
Dim instance As SPContentType
Dim value As String

value = instance.DisplayFormUrl

instance.DisplayFormUrl = value
[ClientCallableAttribute]
public string DisplayFormUrl { get; set; }

Property Value

Type: System.String
The URL of a custom Display form page.

Remarks

This property enables you to specify a client-side redirect to a custom Display form page for items assigned this content type.

Form pages are .aspx pages that replace the entire default SharePoint Foundation page, including the framing elements, or chrome, such as top and side navigation bars. For form pages, you must create any navigational links or other elements you want that are usually found in the SharePoint Foundation chrome.

The URLs you specify must be relative to the root location of the content type.

If you do not specify a custom form page, SharePoint Foundation renders the form automatically for you.

For more information, see FormUrls Schema Overview.

See Also

Reference

SPContentType Class

SPContentType Members

Microsoft.SharePoint Namespace

MobileDisplayFormUrl

Other Resources

FormUrls Schema Overview

Introduction to Content Types

Site and List Content Types

Base Content Type Hierarchy