BuildManagerCompiledView Class
Represents the base class for views that are compiled by the BuildManager class before being rendered by a view engine.
System.Object
System.Web.Mvc.BuildManagerCompiledView
System.Web.Mvc.RazorView
System.Web.Mvc.WebFormView
System.Web.Mvc.BuildManagerCompiledView
System.Web.Mvc.RazorView
System.Web.Mvc.WebFormView
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The BuildManagerCompiledView type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Render | Renders the specified view context by using the specified the writer object. |
![]() | RenderView | When overridden in a derived class, renders the specified view context by using the specified writer object and object instance. |
![]() | ToString | (Inherited from Object.) |
Show:
