FieldTemplateUserControl.BuildChildrenPath(String) 方法

定义

获取链接到显示子实体列表的页面并允许重写路径的 URL。

protected:
 System::String ^ BuildChildrenPath(System::String ^ path);
protected string BuildChildrenPath (string path);
member this.BuildChildrenPath : string -> string
Protected Function BuildChildrenPath (path As String) As String

参数

path
String

要重写的路径。

返回

String

将显示页面链接到子页面的 URL。

注解

此方法类似于 ChildrenPath ,只不过它允许重写 URL 的路径部分。 如果页面不在项目项目的 DynamicData\CustomPages 文件夹中,动态数据此方法。 此方法仅适用于子列。

适用于