BuildManagerCompiledView Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, IViewPageActivator) |
Initializes a new instance of the BuildManagerCompiledView class using the specified controller context, view path, and view page activator. |
BuildManagerCompiledView(ControllerContext, String) |
Initializes a new instance of the BuildManagerCompiledView class using the specified controller context and view path. |
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. |