Share via


BuildManagerViewEngine Class

Provides a base class for view engines.

Inheritance Hierarchy

System.Object
  System.Web.Mvc.VirtualPathProviderViewEngine
    System.Web.Mvc.BuildManagerViewEngine
      System.Web.Mvc.RazorViewEngine
      System.Web.Mvc.WebFormViewEngine

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Syntax

'Declaration
Public MustInherit Class BuildManagerViewEngine _
    Inherits VirtualPathProviderViewEngine
'Usage
Dim instance As BuildManagerViewEngine
public abstract class BuildManagerViewEngine : VirtualPathProviderViewEngine
public ref class BuildManagerViewEngine abstract : public VirtualPathProviderViewEngine
public abstract class BuildManagerViewEngine extends VirtualPathProviderViewEngine

The BuildManagerViewEngine type exposes the following members.

Constructors

  Name Description
Protected method BuildManagerViewEngine() Initializes a new instance of the BuildManagerViewEngine class.
Protected method BuildManagerViewEngine(IViewPageActivator) Initializes a new instance of the BuildManagerViewEngine class using the specified view page activator.

Top

Properties

  Name Description
Public property AreaMasterLocationFormats Gets or sets the area-enabled master location formats. (Inherited from VirtualPathProviderViewEngine.)
Public property AreaPartialViewLocationFormats Gets or sets the area-enabled partial-view location formats. (Inherited from VirtualPathProviderViewEngine.)
Public property AreaViewLocationFormats Gets or sets the area-enabled view location formats. (Inherited from VirtualPathProviderViewEngine.)
Public property FileExtensions Gets or sets the file-name extensions that are used to locate a view. (Inherited from VirtualPathProviderViewEngine.)
Public property MasterLocationFormats Gets or sets the master location formats. (Inherited from VirtualPathProviderViewEngine.)
Public property PartialViewLocationFormats Gets or sets the partial-view location formats. (Inherited from VirtualPathProviderViewEngine.)
Public property ViewLocationCache Gets or sets the view location cache. (Inherited from VirtualPathProviderViewEngine.)
Public property ViewLocationFormats Gets or sets the view location formats. (Inherited from VirtualPathProviderViewEngine.)
Protected property ViewPageActivator Gets the view page activator.
Protected property VirtualPathProvider Gets or sets the virtual path provider. (Inherited from VirtualPathProviderViewEngine.)

Top

Methods

  Name Description
Protected method CreatePartialView Creates the specified partial view by using the specified controller context. (Inherited from VirtualPathProviderViewEngine.)
Protected method CreateView Creates the specified view by using the controller context, path of the view, and path of the master view. (Inherited from VirtualPathProviderViewEngine.)
Public method Equals (Inherited from Object.)
Protected method FileExists Gets a value that indicates whether a file exists in the specified virtual file system (path). (Overrides VirtualPathProviderViewEngine.FileExists(ControllerContext, String).)
Protected method Finalize (Inherited from Object.)
Public method FindPartialView Finds the specified partial view by using the specified controller context. (Inherited from VirtualPathProviderViewEngine.)
Public method FindView Finds the specified view by using the specified controller context and master view name. (Inherited from VirtualPathProviderViewEngine.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ReleaseView Releases the specified view by using the specified controller context. (Inherited from VirtualPathProviderViewEngine.)
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