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 文件夹中,则使用此方法。 此方法仅适用于子列。