C# Class 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
Inheritance: BackOfficeController
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
ApplicationTray ( ) : System.Web.Mvc.PartialViewResult
DefaultController ( IBackOfficeRequestContext requestContext ) : System

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

Insufficient the permissions.

Private Methods

Méthode Description
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

Method Details

ApplicationTray() public méthode

public ApplicationTray ( ) : System.Web.Mvc.PartialViewResult
Résultat System.Web.Mvc.PartialViewResult

DefaultController() public méthode

public DefaultController ( IBackOfficeRequestContext requestContext ) : System
requestContext IBackOfficeRequestContext
Résultat System

InsufficientPermissions() public méthode

Insufficient the permissions.
public InsufficientPermissions ( string url ) : System.Web.Mvc.ActionResult
url string The URL.
Résultat System.Web.Mvc.ActionResult