BeforeViewPageEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An EventData that occurs before a view page.
public ref class BeforeViewPageEventData sealed : Microsoft::AspNetCore::Mvc::Diagnostics::EventData
public sealed class BeforeViewPageEventData : Microsoft.AspNetCore.Mvc.Diagnostics.EventData
type BeforeViewPageEventData = class
inherit EventData
Public NotInheritable Class BeforeViewPageEventData
Inherits EventData
- Inheritance
Constructors
| BeforeViewPageEventData(IRazorPage, ViewContext, ActionDescriptor, HttpContext) |
Initializes a new instance of BeforeViewPageEventData. |
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) |