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