VirtualPathProviderViewEngine Class

Definition

Represents an abstract base-class implementation of the IViewEngine interface.

public abstract class VirtualPathProviderViewEngine : System.Web.Mvc.IViewEngine
type VirtualPathProviderViewEngine = class
    interface IViewEngine
Public MustInherit Class VirtualPathProviderViewEngine
Implements IViewEngine
Inheritance
VirtualPathProviderViewEngine
Derived
Implements

Constructors

VirtualPathProviderViewEngine()

Initializes a new instance of the VirtualPathProviderViewEngine class.

Properties

AreaMasterLocationFormats

Gets or sets the area-enabled master location formats.

AreaPartialViewLocationFormats

Gets or sets the area-enabled partial-view location formats.

AreaViewLocationFormats

Gets or sets the area-enabled view location formats.

DisplayModeProvider

Gets or sets the display mode provider.

FileExtensions

Gets or sets the file-name extensions that are used to locate a view.

MasterLocationFormats

Gets or sets the master location formats.

PartialViewLocationFormats

Gets or sets the partial-view location formats.

ViewLocationCache

Gets or sets the view location cache.

ViewLocationFormats

Gets or sets the view location formats.

VirtualPathProvider

Gets or sets the virtual path provider.

Methods

CreatePartialView(ControllerContext, String)

Creates the specified partial view by using the specified controller context.

CreateView(ControllerContext, String, String)

Creates the specified view by using the controller context, path of the view, and path of the master view.

FileExists(ControllerContext, String)

Returns a value that indicates whether the file is in the specified path by using the specified controller context.

FindPartialView(ControllerContext, String, Boolean)

Finds the specified partial view by using the specified controller context.

FindView(ControllerContext, String, String, Boolean)

Finds the specified view by using the specified controller context and master view name.

ReleaseView(ControllerContext, IView)

Releases the specified view by using the specified controller context.

Applies to