AfterActionFilterOnActionExecutingEventData.ActionExecutingContext 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.
The context.
public:
property Microsoft::AspNetCore::Mvc::Filters::ActionExecutingContext ^ ActionExecutingContext { Microsoft::AspNetCore::Mvc::Filters::ActionExecutingContext ^ get(); };
public Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext ActionExecutingContext { get; }
member this.ActionExecutingContext : Microsoft.AspNetCore.Mvc.Filters.ActionExecutingContext
Public ReadOnly Property ActionExecutingContext As ActionExecutingContext