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

属性值

适用于