PageModel.OnPageHandlerExecuting(PageHandlerExecutingContext) 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 before the handler method executes, after model binding is complete.
public:
virtual void OnPageHandlerExecuting(Microsoft::AspNetCore::Mvc::Filters::PageHandlerExecutingContext ^ context);
public virtual void OnPageHandlerExecuting (Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext context);
abstract member OnPageHandlerExecuting : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext -> unit
override this.OnPageHandlerExecuting : Microsoft.AspNetCore.Mvc.Filters.PageHandlerExecutingContext -> unit
Public Overridable Sub OnPageHandlerExecuting (context As PageHandlerExecutingContext)
Parameters
- context
- PageHandlerExecutingContext