Method | Description | |
---|---|---|
EmbeddedRazorViewEngine ( ) : System |
Sets default locations to look for views in for areas
|
|
EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System |
Method | 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.
|
Method | Description | |
---|---|---|
Init ( ) : void |
public EmbeddedRazorViewEngine ( IViewPageActivator viewPageActivator ) : System | ||
viewPageActivator | IViewPageActivator | |
return | System |
protected FileExists ( System.Web.Mvc.ControllerContext controllerContext, string virtualPath ) : bool | ||
controllerContext | System.Web.Mvc.ControllerContext | |
virtualPath | string | |
return | bool |