ViewEngines.Engines Property

Gets the view engines.

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

'Declaration
Public Shared ReadOnly Property Engines As ViewEngineCollection 
	Get
'Usage
Dim value As ViewEngineCollection 

value = ViewEngines.Engines

Property Value

Type: System.Web.Mvc.ViewEngineCollection
The view engines.
Show: