BuildManagerCompiledView.RenderView Method

When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.

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

Syntax

'Declaration
Protected MustOverride 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)
protected abstract void RenderView(
    ViewContext viewContext,
    TextWriter writer,
    Object instance
)
protected:
virtual void RenderView(
    ViewContext^ viewContext, 
    TextWriter^ writer, 
    Object^ instance
) abstract
protected abstract function RenderView(
    viewContext : ViewContext, 
    writer : TextWriter, 
    instance : Object
)

Parameters

  • viewContext
    Type: System.Web.Mvc.ViewContext
    Information related to rendering a view, such as view data, temporary data, and form context.
  • instance
    Type: System.Object
    An object that contains additional information that can be used in the view.

See Also

Reference

BuildManagerCompiledView Class

System.Web.Mvc Namespace