FieldTemplateUserControl.BuildChildrenPath Method (String)

 

Gets the URL that links to the page that displays the list of children entities and allows the path to be overridden.

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

member BuildChildrenPath : 
        path:string -> string

Parameters

path
Type: System.String

The path to override.

Return Value

Type: System.String

The URL that links the displayed page to the children page.

This method is similar to ChildrenPath, except that it allows the path part of the URL to be overridden. This method is used if the pages are not located in the DynamicData\CustomPages folder of the Dynamic Data project. This method applies to Children columns only.

.NET Framework
Available since 3.5
Return to top
Show: