Table of Contents

Class BuildManagerViewEngine

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Provides a base class for view engines.

public abstract class BuildManagerViewEngine : VirtualPathProviderViewEngine, IViewEngine
Inheritance
BuildManagerViewEngine
Implements
Derived
Inherited Members

Constructors

BuildManagerViewEngine()

Initializes a new instance of the BuildManagerViewEngine class.

protected BuildManagerViewEngine()

BuildManagerViewEngine(IViewPageActivator)

Initializes a new instance of the BuildManagerViewEngine class using the specified view page activator.

protected BuildManagerViewEngine(IViewPageActivator viewPageActivator)

Parameters

viewPageActivator IViewPageActivator

The view page activator.

Properties

IsPrecompiledNonUpdateableSite

protected virtual bool IsPrecompiledNonUpdateableSite { get; }

Property Value

bool

ViewPageActivator

Gets the view page activator.

protected IViewPageActivator ViewPageActivator { get; }

Property Value

IViewPageActivator

The view page activator.

Methods

FileExists(ControllerContext, string)

Gets a value that indicates whether a file exists in the specified virtual file system (path).

protected override bool FileExists(ControllerContext controllerContext, string virtualPath)

Parameters

controllerContext ControllerContext

The controller context.

virtualPath string

The virtual path.

Returns

bool

true if the file exists in the virtual file system; otherwise, false.