FieldTemplateUserControl.BuildForeignKeyPath(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将当前页面链接到显示外键实体详细信息的页面并允许重写路径的 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
要重写的路径。
返回
链接到显示外键页面详细信息的页面的 URL。
注解
此方法与 类似 ForeignKeyPath ,只不过它允许重写 URL 的路径。 如果页面不在 DynamicData\CustomPages 文件夹中,则使用此属性动态数据项目。