FieldTemplateUserControl.BuildForeignKeyPath(String) 方法

定义

获取将当前页面链接到显示外键实体详细信息的页面并允许重写路径的 URL。

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

要重写的路径。

返回

String

链接到显示外键页面详细信息的页面的 URL。

注解

此方法与 类似 ForeignKeyPath ,只不过它允许重写 URL 的路径。 如果页面不在 DynamicData\CustomPages 文件夹中,则使用此属性动态数据项目。

适用于