MetaTable.ListActionPath プロパティ

定義

テーブルのリスト アクションのアクション パスを取得します。

public:
 property System::String ^ ListActionPath { System::String ^ get(); };
public string ListActionPath { get; }
member this.ListActionPath : string
Public ReadOnly Property ListActionPath As String

プロパティ値

String

テーブルのリスト アクションのアクション パス。

注釈

アクション パスは、特定のエンティティのアクションの URL です。 詳細については、クラスの概要を System.Web.DynamicData.PageAction 参照してください。

適用対象