FieldTemplateUserControl.BuildForeignKeyPath Method (String)

 

Get the URL that links the current page to the page that displays the details of the foreign key entity and allows the path to be overridden.

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

Protected Function BuildForeignKeyPath (
	path As String
) As String

Parameters

path
Type: System.String

The path to override.

Return Value

Type: System.String

The URL that links to the page that displays the details of the foreign key page.

This method is similar to ForeignKeyPath except that it allows the path of the URL to be overridden. This property is used if the page is not located in the DynamicData\CustomPages folder your the Dynamic Data project.

.NET Framework
Available since 3.5
Return to top
Show: