Share via


AfterControllerActionMethodEventData Class

Definition

An EventData that occurs after an controller action method.

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

Constructors

AfterControllerActionMethodEventData(ActionContext, IReadOnlyDictionary<String,Object>, Object, IActionResult)

Initializes a new instance of AfterControllerActionMethodEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionContext

The context.

Arguments

The arguments.

Controller

The controller.

Count

The event count.

(Inherited from EventData)
Item[Int32] (Inherited from EventData)
Result

The result.

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