IPageFilter.OnPageHandlerExecuted(PageHandlerExecutedContext) Method

Definition

Called after the handler method executes, before the action result executes.

public:
 void OnPageHandlerExecuted(Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutedContext ^ context);
public void OnPageHandlerExecuted (Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext context);
abstract member OnPageHandlerExecuted : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutedContext -> unit
Public Sub OnPageHandlerExecuted (context As PageHandlerExecutedContext)

Parameters

Applies to