BeforeActionFilterOnActionExecutedEventData 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 OnActionExecuted(ActionExecutedContext).
public ref class BeforeActionFilterOnActionExecutedEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class BeforeActionFilterOnActionExecutedEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type BeforeActionFilterOnActionExecutedEventData = class
inherit EventData
Public NotInheritable Class BeforeActionFilterOnActionExecutedEventData
Inherits EventData
- Inheritance
Constructors
| BeforeActionFilterOnActionExecutedEventData(ActionDescriptor, ActionExecutedContext, IFilterMetadata) |
Initializes a new instance of BeforeActionFilterOnActionExecutedEventData. |
Fields
| EventName |
The name of the event. |
| EventNamespace |
The namespace of the event. (Inherited from EventData) |
Properties
| ActionDescriptor |
The action. |
| ActionExecutedContext |
The context. |
| Count |
The event count. (Inherited from EventData) |
| Filter |
The action filter. |
| 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) |