共用方式為


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 資料夾中,則會使用這個方法。 這個方法僅適用于子資料行。

適用於