BuildManagerCompiledView Class
Represents the base class for views that are compiled by the BuildManager class before being rendered by a view engine.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Web.Mvc::BuildManagerCompiledView
System.Web.Mvc::RazorView
System.Web.Mvc::WebFormView
| 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 | |
|---|---|---|
![]() | ViewPath | Gets or sets the view path. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | 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. |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


