ViewEngineResult Class

Definition

Represents the result of locating a view engine.

public class ViewEngineResult
type ViewEngineResult = class
Public Class ViewEngineResult
Inheritance
ViewEngineResult

Constructors

ViewEngineResult(IEnumerable<String>)

Initializes a new instance of the ViewEngineResult class by using the specified searched locations.

ViewEngineResult(IView, IViewEngine)

Initializes a new instance of the ViewEngineResult class by using the specified view and view engine.

Properties

SearchedLocations

Gets or sets the searched locations.

View

Gets or sets the view.

ViewEngine

Gets or sets the view engine.

Applies to