This documentation is archived and is not being maintained.
FieldTemplateUserControl::BuildForeignKeyPath Method
Visual Studio 2010
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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: