Share via


ActionContextAccessor.ActionContext 属性

定义

获取或设置 ActionContext

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

属性值

实现

适用于