Share via


AfterPageFilterOnPageHandlerExecutingEventData Class

Definition

An EventData that occurs after page handler executing.

public ref class AfterPageFilterOnPageHandlerExecutingEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class AfterPageFilterOnPageHandlerExecutingEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type AfterPageFilterOnPageHandlerExecutingEventData = class
    inherit EventData
Public NotInheritable Class AfterPageFilterOnPageHandlerExecutingEventData
Inherits EventData
Inheritance
AfterPageFilterOnPageHandlerExecutingEventData

Constructors

AfterPageFilterOnPageHandlerExecutingEventData(CompiledPageActionDescriptor, PageHandlerExecutingContext, IPageFilter)

Initializes a new instance of AfterPageFilterOnPageHandlerExecutingEventData.

Fields

EventName

Name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The CompiledPageActionDescriptor.

Count

The event count.

(Inherited from EventData)
Filter

The IPageFilter.

HandlerExecutingContext

The PageHandlerExecutingContext.

Item[Int32] (Inherited from EventData)

Explicit Interface Implementations

IEnumerable.GetEnumerator() (Inherited from EventData)
IEnumerable<KeyValuePair<String,Object>>.GetEnumerator() (Inherited from EventData)
IReadOnlyCollection<KeyValuePair<String,Object>>.Count (Inherited from EventData)
IReadOnlyList<KeyValuePair<String,Object>>.Item[Int32] (Inherited from EventData)

Applies to