Share via


AfterViewPageEventData Class

Definition

An EventData that occurs after a view page.

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

Constructors

AfterViewPageEventData(IRazorPage, ViewContext, ActionDescriptor, HttpContext)

Initializes a new instance of AfterViewPageEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionDescriptor

The ActionDescriptor.

Count

The event count.

(Inherited from EventData)
HttpContext

The HttpContext.

Item[Int32] (Inherited from EventData)
Page

The IRazorPage.

ViewContext

The ViewContext.

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