Share via


BeforeControllerActionMethodEventData Class

Definition

An EventData that occurs before an controller action method.

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

Constructors

BeforeControllerActionMethodEventData(ActionContext, IReadOnlyDictionary<String,Object>, Object)

Initializes a new instance of BeforeControllerActionMethodEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionArguments

The action arguments.

ActionContext

The action context.

Controller

The controller.

Count

The event count.

(Inherited from EventData)
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