C# Class Carrotware.CMS.Interface.CarrotViewEngineWidgetAdmin

Inheritance: Carrotware.CMS.Interface.CarrotViewEngineBase
Exibir arquivo Open project: ninianne98/CarrotCakeCMS-MVC

Public Methods

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

Protected Methods

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

Method Details

CarrotViewEngineWidgetAdmin() public method

public CarrotViewEngineWidgetAdmin ( ) : 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