This topic has not yet been rated - Rate this topic

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

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public abstract class BuildManagerCompiledView : IView

The BuildManagerCompiledView type exposes the following members.

  Name Description
Protected method BuildManagerCompiledView(ControllerContext, String) Initializes a new instance of the BuildManagerCompiledView class using the specified controller context and view path.
Protected method BuildManagerCompiledView(ControllerContext, String, IViewPageActivator) Initializes a new instance of the BuildManagerCompiledView class using the specified controller context, view path, and view page activator.
Top
  Name Description
Public property ViewPath Gets or sets the view path.
Top
  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Render Renders the specified view context by using the specified the writer object.
Protected method RenderView When overridden in a derived class, renders the specified view context by using the specified writer object and object instance.
Public method ToString (Inherited from Object.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)