BuildManagerCompiledView Class

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

Inheritance Hierarchy

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)

Syntax

'Declaration
Public MustInherit Class BuildManagerCompiledView _
    Implements IView
'Usage
Dim instance As BuildManagerCompiledView
public abstract class BuildManagerCompiledView : IView
public ref class BuildManagerCompiledView abstract : IView
public abstract class BuildManagerCompiledView implements IView

The BuildManagerCompiledView type exposes the following members.

Constructors

  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

Properties

  Name Description
Public property ViewPath Gets or sets the view path.

Top

Methods

  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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Web.Mvc Namespace