FieldTemplateUserControl.BuildChildrenPath(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取链接到显示子实体列表的页面并允许重写路径的 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 文件夹中,动态数据此方法。 此方法仅适用于子列。