PageModel.OnPageHandlerExecuted(PageHandlerExecutedContext) Method
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.
Called after the handler method executes, before the action result executes.
public:
virtual void OnPageHandlerExecuted(Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutedContext ^ context);
public virtual void OnPageHandlerExecuted (Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext context);
abstract member OnPageHandlerExecuted : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext -> unit
override this.OnPageHandlerExecuted : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext -> unit
Public Overridable Sub OnPageHandlerExecuted (context As PageHandlerExecutedContext)
Parameters
- context
- PageHandlerExecutedContext