C# 클래스 Carrotware.CMS.Core.CarrotViewEngineTemplate

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

공개 메소드들

메소드 설명
CarrotViewEngineTemplate ( ) : System
RegisterCmsViewEngines ( ) : void

보호된 메소드들

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

메소드 상세

CarrotViewEngineTemplate() 공개 메소드

public CarrotViewEngineTemplate ( ) : System
리턴 System

GetTemplateFile() 보호된 메소드

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

RegisterCmsViewEngines() 공개 정적인 메소드

public static RegisterCmsViewEngines ( ) : void
리턴 void

ReplacePath() 보호된 메소드

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