C# 클래스 afeprojectnameControllers.DefaultController

상속: Controller
파일 보기 프로젝트 열기: mvlasenko/TridionVSRazorExtension

공개 메소드들

메소드 설명
GetByComponentLayoutPath ( string file ) : System.Web.Mvc.ActionResult
GetByPageLayoutPath ( string file ) : System.Web.Mvc.ActionResult
GetByUri ( string file, string item, string template ) : System.Web.Mvc.ActionResult
GetItemType ( string tcmItem ) : ItemType

비공개 메소드들

메소드 설명
GetHomeView ( ) : System.Web.Mvc.ActionResult
GetView ( string itemUri, string templateUri, string path ) : System.Web.Mvc.ActionResult

메소드 상세

GetByComponentLayoutPath() 공개 메소드

public GetByComponentLayoutPath ( string file ) : System.Web.Mvc.ActionResult
file string
리턴 System.Web.Mvc.ActionResult

GetByPageLayoutPath() 공개 메소드

public GetByPageLayoutPath ( string file ) : System.Web.Mvc.ActionResult
file string
리턴 System.Web.Mvc.ActionResult

GetByUri() 공개 메소드

public GetByUri ( string file, string item, string template ) : System.Web.Mvc.ActionResult
file string
item string
template string
리턴 System.Web.Mvc.ActionResult

GetItemType() 공개 정적인 메소드

public static GetItemType ( string tcmItem ) : ItemType
tcmItem string
리턴 ItemType