Class BuildManagerViewEngine
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
IViewPageActivatorThe view page activator.
Properties
IsPrecompiledNonUpdateableSite
protected virtual bool IsPrecompiledNonUpdateableSite { get; }
Property Value
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
ControllerContextThe controller context.
virtualPath
stringThe virtual path.
Returns
- bool
true if the file exists in the virtual file system; otherwise, false.