C# 클래스 Kooboo.Commerce.Web.Framework.Mvc.ViewEngines.CommerceRazorViewEngine

상속: System.Web.Mvc.RazorViewEngine
파일 보기 프로젝트 열기: Kooboo/Ecommerce

공개 메소드들

메소드 설명
CommerceRazorViewEngine ( ) : System
FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult

비공개 메소드들

메소드 설명
AppendDisplayModeToCacheKey ( string cacheKey, string displayMode ) : string
CreateCacheKey ( string prefix, string name, string controllerName, string areaName ) : string
FilePathIsSupported ( string virtualPath ) : bool
GetPath ( ControllerContext controllerContext, string areaLocations, string sharedLocations, string name, string controllerName, string cacheKeyPrefix, bool useCache, string &searchedLocations ) : string
GetPathFromGeneralName ( ControllerContext controllerContext, List locations, string name, string controllerName, string areaName, string cacheKey, string &searchedLocations ) : string
GetPathFromSpecificName ( ControllerContext controllerContext, string name, string cacheKey, string &searchedLocations ) : string
GetViewLocations ( string viewLocationFormats, string areaViewLocationFormats ) : List
IsSpecificPath ( string name ) : bool

메소드 상세

CommerceRazorViewEngine() 공개 메소드

public CommerceRazorViewEngine ( ) : System
리턴 System

FindPartialView() 공개 메소드

public FindPartialView ( ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext ControllerContext
partialViewName string
useCache bool
리턴 System.Web.Mvc.ViewEngineResult