次の方法で共有


DynamicDataRoute.Action プロパティ

定義

ルートのアクションの名前を取得または設定します。

public:
 property System::String ^ Action { System::String ^ get(); void set(System::String ^ value); };
public string Action { get; set; }
member this.Action : string with get, set
Public Property Action As String

プロパティ値

ルートのアクション名。

注釈

考えられるアクション名の一覧については、「」を参照してください System.Web.DynamicData.PageAction。 のインスタンス DynamicDataRouteを作成するときにこのプロパティを設定しない場合、ルートはすべてのアクションに適用されます。

適用対象