BuildManagerCompiledView Class

Definition

Represents the base class for views that are compiled by the BuildManager class before being rendered by a view engine.

public abstract class BuildManagerCompiledView : System.Web.Mvc.IView
type BuildManagerCompiledView = class
    interface IView
Public MustInherit Class BuildManagerCompiledView
Implements IView
Inheritance
BuildManagerCompiledView
Derived
Implements

Constructors

BuildManagerCompiledView(ControllerContext, String)

Initializes a new instance of the BuildManagerCompiledView class using the specified controller context and view path.

BuildManagerCompiledView(ControllerContext, String, IViewPageActivator)

Initializes a new instance of the BuildManagerCompiledView class using the specified controller context, view path, and view page activator.

Properties

ViewPath

Gets or sets the view path.

Methods

Render(ViewContext, TextWriter)

Renders the specified view context by using the specified the writer object.

RenderView(ViewContext, TextWriter, Object)

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

Applies to