C# 클래스 Carrotware.CMS.Interface.CarrotViewEngineWidget

상속: Carrotware.CMS.Interface.CarrotViewEngineBase
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC

공개 메소드들

메소드 설명
CarrotViewEngineWidget ( ) : System
GetAssemblyKey ( System.Web.Mvc.ControllerContext ctrlCtx ) : string

보호된 메소드들

메소드 설명
ReplacePath ( System.Web.Mvc.ControllerContext ctrlCtx, string viewPath ) : string

메소드 상세

CarrotViewEngineWidget() 공개 메소드

public CarrotViewEngineWidget ( ) : System
리턴 System

GetAssemblyKey() 공개 메소드

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

ReplacePath() 보호된 메소드

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