Controller::ViewEngineCollection Property

Gets the view engine collection.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

public:
property ViewEngineCollection^ ViewEngineCollection {
	ViewEngineCollection^ get ();
	void set (ViewEngineCollection^ value);
}

Property Value

Type: System.Web.Mvc::ViewEngineCollection
The view engine collection.
Show: