C# Class Rebel.Cms.Web.EmbeddedViewEngine.EmbeddedRazorViewEngine

View Engine for embedded razor views
Inheritance: System.Web.Mvc.RazorViewEngine
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
EmbeddedRazorViewEngine ( ) : System

Sets default locations to look for views in for areas

EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System

Méthodes protégées

Méthode Description
FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool

This overrides this method specifically to just check against our virtual path provider instead of going back to the BuildManager to check.

Private Methods

Méthode Description
Init ( ) : void

Method Details

EmbeddedRazorViewEngine() public méthode

Sets default locations to look for views in for areas
public EmbeddedRazorViewEngine ( ) : System
Résultat System

EmbeddedRazorViewEngine() public méthode

public EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System
viewPageActivator IViewPageActivator
Résultat System

FileExists() protected méthode

This overrides this method specifically to just check against our virtual path provider instead of going back to the BuildManager to check.
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool
controllerContext System.Web.Mvc.ControllerContext
virtualPath string
Résultat bool