RazorView.RenderView Method
Renders the specified view context by using the specified writer and WebViewPage instance.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Protected Overrides Sub RenderView ( _ viewContext As ViewContext, _ writer As TextWriter, _ instance As Object _ ) 'Usage Dim viewContext As ViewContext Dim writer As TextWriter Dim instance As Object Me.RenderView(viewContext, writer, _ instance)
Parameters
- viewContext
- Type: System.Web.Mvc.ViewContext
The view context.
- writer
- Type: System.IO.TextWriter
The writer that is used to render the view to the response.
- instance
- Type: System.Object
The WebViewPage instance.
Show: