次の方法で共有


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

オーバーライドするパス。

戻り値

表示されたページを子ページにリンクする URL。

注釈

このメソッドは と ChildrenPath似ていますが、URL のパス部分をオーバーライドできる点が除きます。 このメソッドは、ページが Dynamic Data プロジェクトの DynamicData\CustomPages フォルダーにない場合に使用されます。 このメソッドは、Children 列にのみ適用されます。

適用対象