Controller.View Method (IView)
Creates a ViewResult object that renders the specified IView object.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Friend Function View ( _ view As IView _ ) As ViewResult 'Usage Dim view As IView Dim returnValue As ViewResult returnValue = Me.View(view)
Parameters
- view
- Type: System.Web.Mvc.IView
The view that is rendered to the response.
Show: