FieldTemplateUserControl.BuildForeignKeyPath Method (String)
.NET Framework (current version)
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.
Assembly: System.Web.DynamicData (in System.Web.DynamicData.dll)
Parameters
- path
-
Type:
System.String
The path to override.
Return Value
Type: System.StringThe 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
Available since 3.5
Show: