AfterPageFilterOnPageHandlerExecutionEventData Class

Definition

An EventData that occurs after page handler execution.

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

Constructors

AfterPageFilterOnPageHandlerExecutionEventData(CompiledPageActionDescriptor, PageHandlerExecutedContext, IAsyncPageFilter)

Initializes a new instance of AfterPageFilterOnPageHandlerExecutionEventData.

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 IAsyncPageFilter.

HandlerExecutedContext

The PageHandlerExecutedContext.

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