Controller.ViewEngineCollection Property

Definition

Gets the view engine collection.

public System.Web.Mvc.ViewEngineCollection ViewEngineCollection { get; set; }
member this.ViewEngineCollection : System.Web.Mvc.ViewEngineCollection with get, set
Public Property ViewEngineCollection As ViewEngineCollection

Property Value

The view engine collection.

Applies to