Share via


AfterActionEventData Class

Definition

An EventData that occurs after an action.

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

Constructors

AfterActionEventData(ActionDescriptor, HttpContext, RouteData)

Initializes a new instance of AfterActionEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The action.

Count

The event count.

(Inherited from EventData)
HttpContext

The context.

Item[Int32] (Inherited from EventData)
RouteData

The route data.

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