共用方式為


FieldTemplateUserControl.BuildForeignKeyPath(String) 方法

定義

取得 URL (用來連結目前頁面和外部索引鍵實體詳細資料的顯示頁面),並允許覆寫路徑。

protected:
 System::String ^ BuildForeignKeyPath(System::String ^ path);
protected string BuildForeignKeyPath (string path);
member this.BuildForeignKeyPath : string -> string
Protected Function BuildForeignKeyPath (path As String) As String

參數

path
String

要覆寫的路徑。

傳回

String

URL,用來連結到外部索引鍵頁面詳細資料的顯示頁面。

備註

這個方法類似于, ForeignKeyPath 但它允許覆寫 URL 的路徑。 如果頁面不在您是動態資料專案的 DynamicData\CustomPages 資料夾中,則會使用此屬性。

適用於