Share via


AfterPageFilterOnPageHandlerSelectionEventData Class

Definition

An EventData that occurs after page handler selection.

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

Constructors

AfterPageFilterOnPageHandlerSelectionEventData(CompiledPageActionDescriptor, PageHandlerSelectedContext, IAsyncPageFilter)

Initializes a new instance of AfterPageFilterOnPageHandlerSelectionEventData.

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.

HandlerSelectedContext

The PageHandlerSelectedContext.

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