C# Class Carrotware.CMS.Interface.CarrotViewEngineWidget

Inheritance: Carrotware.CMS.Interface.CarrotViewEngineBase
Show file Open project: ninianne98/CarrotCakeCMS-MVC

Public Methods

Method Description
CarrotViewEngineWidget ( ) : System
GetAssemblyKey ( System.Web.Mvc.ControllerContext ctrlCtx ) : string

Protected Methods

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

Method Details

CarrotViewEngineWidget() public method

public CarrotViewEngineWidget ( ) : System
return System

GetAssemblyKey() public method

public GetAssemblyKey ( System.Web.Mvc.ControllerContext ctrlCtx ) : string
ctrlCtx System.Web.Mvc.ControllerContext
return string

ReplacePath() protected method

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