C# 클래스 Our.Umbraco.Mortar.Web.Helpers.SurfaceControllerHelper

파일 보기 프로젝트 열기: leekelleher/umbraco-mortar

공개 메소드들

메소드 설명
SurfaceControllerExists ( string controllerName, string actionName = "Index" ) : bool
SurfaceControllerExists ( string name, string actionName = "Index", bool cacheResult = true ) : bool

메소드 상세

SurfaceControllerExists() 공개 정적인 메소드

public static SurfaceControllerExists ( string controllerName, string actionName = "Index" ) : bool
controllerName string
actionName string
리턴 bool

SurfaceControllerExists() 공개 정적인 메소드

public static SurfaceControllerExists ( string name, string actionName = "Index", bool cacheResult = true ) : bool
name string
actionName string
cacheResult bool
리턴 bool