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