Share via


ViewNotFoundEventData Class

Definition

An EventData that when a view is not found.

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

Constructors

ViewNotFoundEventData(ActionContext, Boolean, ActionResult, String, IEnumerable<String>)

Initializes a new instance of ViewNotFoundEventData.

Fields

EventName

The name of the event.

EventNamespace

The namespace of the event.

(Inherited from EventData)

Properties

ActionContext

The ActionContext.

Count

The event count.

(Inherited from EventData)
IsMainPage

true if a main page.

Item[Int32] (Inherited from EventData)
Result

The ActionResult.

SearchedLocations

The locations that were searched.

ViewName

The name of the view.

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