Controller.ViewEngineCollection Property

Gets the view engine collection.

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

'Declaration
Public Property ViewEngineCollection As ViewEngineCollection 
	Get 
	Set
'Usage
Dim instance As Controller 
Dim value As ViewEngineCollection 

value = instance.ViewEngineCollection

instance.ViewEngineCollection = value

Property Value

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