BeforeHandlerMethodEventData 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 before a handler method is called.
public ref class BeforeHandlerMethodEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class BeforeHandlerMethodEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type BeforeHandlerMethodEventData = class
inherit EventData
Public NotInheritable Class BeforeHandlerMethodEventData
Inherits EventData
- Inheritance
Constructors
BeforeHandlerMethodEventData(ActionContext, IReadOnlyDictionary<String,Object>, HandlerMethodDescriptor, Object) |
Initializes a new instance of BeforeHandlerMethodEventData. |
Fields
EventName |
Name of the event. |
EventNamespace |
The namespace of the event. (Inherited from EventData) |
Properties
ActionContext |
The ActionContext. |
Arguments |
The arguments to the method. |
Count |
The event count. (Inherited from EventData) |
HandlerMethodDescriptor | |
Instance |
The instance. |
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) |