C# Class Carrotware.CMS.Interface.CarrotViewEngineWidget

Inheritance: Carrotware.CMS.Interface.CarrotViewEngineBase
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC

Méthodes publiques

Méthode Description
CarrotViewEngineWidget ( ) : System
GetAssemblyKey ( System.Web.Mvc.ControllerContext ctrlCtx ) : string

Méthodes protégées

Méthode Description
ReplacePath ( System.Web.Mvc.ControllerContext ctrlCtx, string viewPath ) : string

Method Details

CarrotViewEngineWidget() public méthode

public CarrotViewEngineWidget ( ) : System
Résultat System

GetAssemblyKey() public méthode

public GetAssemblyKey ( System.Web.Mvc.ControllerContext ctrlCtx ) : string
ctrlCtx System.Web.Mvc.ControllerContext
Résultat string

ReplacePath() protected méthode

protected ReplacePath ( System.Web.Mvc.ControllerContext ctrlCtx, string viewPath ) : string
ctrlCtx System.Web.Mvc.ControllerContext
viewPath string
Résultat string