Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the view engine collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
public ViewEngineCollection ViewEngineCollection { get; set; }
public:
property ViewEngineCollection^ ViewEngineCollection {
ViewEngineCollection^ get();
void set(ViewEngineCollection^ value);
}
member ViewEngineCollection : ViewEngineCollection with get, set
Public Property ViewEngineCollection As ViewEngineCollection
Property Value
Type: System.Web.Mvc.ViewEngineCollection
The view engine collection.
See Also
Controller Class
System.Web.Mvc Namespace
Return to top