C# Class Carrotware.CMS.Core.CarrotViewEngineTemplate

Inheritance: Carrotware.CMS.Interface.CarrotViewEngineBase
Mostrar archivo Open project: ninianne98/CarrotCakeCMS-MVC

Public Methods

Method Description
CarrotViewEngineTemplate ( ) : System
RegisterCmsViewEngines ( ) : void

Protected Methods

Method Description
GetTemplateFile ( System.Web.Mvc.ControllerContext ctrlCtx ) : string
ReplacePath ( System.Web.Mvc.ControllerContext ctrlCtx, string viewPath ) : string

Method Details

CarrotViewEngineTemplate() public method

public CarrotViewEngineTemplate ( ) : System
return System

GetTemplateFile() protected method

protected GetTemplateFile ( System.Web.Mvc.ControllerContext ctrlCtx ) : string
ctrlCtx System.Web.Mvc.ControllerContext
return string

RegisterCmsViewEngines() public static method

public static RegisterCmsViewEngines ( ) : void
return void

ReplacePath() protected method

protected ReplacePath ( System.Web.Mvc.ControllerContext ctrlCtx, string viewPath ) : string
ctrlCtx System.Web.Mvc.ControllerContext
viewPath string
return string