AfterPageFilterOnPageHandlerExecutedEventData Class
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.
An EventData that occurs after page handler executed.
public ref class AfterPageFilterOnPageHandlerExecutedEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class AfterPageFilterOnPageHandlerExecutedEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type AfterPageFilterOnPageHandlerExecutedEventData = class
inherit EventData
Public NotInheritable Class AfterPageFilterOnPageHandlerExecutedEventData
Inherits EventData
- Inheritance
Constructors
| AfterPageFilterOnPageHandlerExecutedEventData(CompiledPageActionDescriptor, PageHandlerExecutedContext, IPageFilter) |
Initializes a new instance of AfterPageFilterOnPageHandlerExecutedEventData. |
Fields
| EventName |
Name of the event. |
| EventNamespace |
The namespace of the event. (Inherited from EventData) |
Properties
| ActionDescriptor | |
| Count |
The event count. (Inherited from EventData) |
| Filter |
The IPageFilter. |
| HandlerExecutedContext | |
| 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) |