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