C# 클래스 System.Web.Mvc.LocalizedViewEngine

The LocalizedViewEngine class
상속: RazorViewEngine
파일 보기 프로젝트 열기: adaptabi/i18N-Complete

공개 메소드들

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

Finds the localized partial view

FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult

Finds the localized view

메소드 상세

FindPartialView() 공개 메소드

Finds the localized partial view
public FindPartialView ( System.Web.Mvc.ControllerContext controllerContext, string partialViewName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
partialViewName string
useCache bool
리턴 System.Web.Mvc.ViewEngineResult

FindView() 공개 메소드

Finds the localized view
public FindView ( System.Web.Mvc.ControllerContext controllerContext, string viewName, string masterName, bool useCache ) : System.Web.Mvc.ViewEngineResult
controllerContext System.Web.Mvc.ControllerContext
viewName string
masterName string
useCache bool
리턴 System.Web.Mvc.ViewEngineResult