ViewEngineResult.View Property

Gets or sets the view.

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

'Declaration
Public Property View As IView 
	Get 
	Private Set
'Usage
Dim instance As ViewEngineResult 
Dim value As IView 

value = instance.View

Property Value

Type: System.Web.Mvc.IView
The view.
Show: