BeforeActionResultEventData Class

Definition

An EventData that occurs before an action result is invoked.

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

Constructors

BeforeActionResultEventData(ActionContext, IActionResult)

Initializes a new instance of BeforeActionResultEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionContext

The action context.

Count

The event count.

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

The action 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