AfterActionFilterOnActionExecutingEventData Class

Definition

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

Constructors

AfterActionFilterOnActionExecutingEventData(ActionDescriptor, ActionExecutingContext, IFilterMetadata)

Initializes a new instance of AfterActionFilterOnActionExecutingEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The action.

ActionExecutingContext

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)

Applies to