FieldTemplateUserControl.BuildForeignKeyPath(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
要覆寫的路徑。
傳回
URL,用來連結到外部索引鍵頁面詳細資料的顯示頁面。
備註
這個方法類似于, ForeignKeyPath 但它允許覆寫 URL 的路徑。 如果頁面不在您是動態資料專案的 DynamicData\CustomPages 資料夾中,則會使用此屬性。