ActionContextAccessor.ActionContext Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the 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