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

要重写的路径。

返回

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

注解

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

适用于