C# 클래스 Rebel.Cms.Web.Mvc.Controllers.BackOffice.DefaultController

The controller used to render the back office application
We need to ensure that each action has the explicit RebelAuthorize attribute applied (except for Login) because this does not inherit from SecuredBackOfficeController
상속: BackOfficeController
파일 보기 프로젝트 열기: RebelCMS/rebelcmsxu5

공개 메소드들

메소드 설명
ApplicationTray ( ) : System.Web.Mvc.PartialViewResult
DefaultController ( IBackOfficeRequestContext requestContext ) : System

InsufficientPermissions ( string url ) : System.Web.Mvc.ActionResult

Insufficient the permissions.

비공개 메소드들

메소드 설명
App ( string appAlias ) : System.Web.Mvc.ActionResult
Login ( LoginDisplayType displayType = LoginDisplayType.StandardPage ) : System.Web.Mvc.ActionResult
LoginForm ( LoginModel model ) : System.Web.Mvc.ActionResult
Logout ( ) : System.Web.Mvc.ActionResult
Search ( string searchTerm, System.Guid treeId ) : System.Web.Mvc.ActionResult

메소드 상세

ApplicationTray() 공개 메소드

public ApplicationTray ( ) : System.Web.Mvc.PartialViewResult
리턴 System.Web.Mvc.PartialViewResult

DefaultController() 공개 메소드

public DefaultController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
리턴 System

InsufficientPermissions() 공개 메소드

Insufficient the permissions.
public InsufficientPermissions ( string url ) : System.Web.Mvc.ActionResult
url string The URL.
리턴 System.Web.Mvc.ActionResult