DefaultModelBindingContext.ActionContext プロパティ

定義

このコンテキストに関連付けられている を ActionContext 表します。

public:
 virtual property Microsoft::AspNetCore::Mvc::ActionContext ^ ActionContext { Microsoft::AspNetCore::Mvc::ActionContext ^ get(); void set(Microsoft::AspNetCore::Mvc::ActionContext ^ value); };
public override Microsoft.AspNetCore.Mvc.ActionContext ActionContext { get; set; }
member this.ActionContext : Microsoft.AspNetCore.Mvc.ActionContext with get, set
Public Overrides Property ActionContext As ActionContext

プロパティ値

適用対象