FieldTemplateUserControl.BuildForeignKeyPath(String) 方法
定义
获取将当前页面链接到显示外键实体详细信息的页面并允许重写路径的 URL。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.
protected:
System::String ^ BuildForeignKeyPath(System::String ^ path);
protected string BuildForeignKeyPath (string path);
member this.BuildForeignKeyPath : string -> string
Protected Function BuildForeignKeyPath (path As String) As String
参数
- path
- String
要重写的路径。The path to override.
返回
链接到显示外键页面详细信息的页面的 URL。The URL that links to the page that displays the details of the foreign key page.
注解
此方法类似于, ForeignKeyPath 只不过它允许重写 URL 的路径。This method is similar to ForeignKeyPath except that it allows the path of the URL to be overridden. 如果页面不位于动态数据项目的 DynamicData\CustomPages 文件夹中,则使用此属性。This property is used if the page is not located in the DynamicData\CustomPages folder your the Dynamic Data project.