C# Class Carrotware.CMS.Mvc.UI.Admin.Controllers.CmsContentController

Inheritance: Controller, IContentController
Afficher le fichier Open project: ninianne98/CarrotCakeCMS-MVC

Protected Properties

Свойство Type Description
cmsHelper CMSConfigHelper
securityHelper SecurityHelper

Méthodes publiques

Méthode Description
CmsContentController ( ) : Carrotware.CMS.Core
DefaultView ( ) : System.Web.Mvc.ActionResult
PageNotFound ( ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Dispose ( bool disposing ) : void
LoadPage ( ) : void
LoadPage ( string Uri ) : void

Private Methods

Méthode Description
ChangePassword ( ChangePasswordInfo model ) : Task
ChangeProfile ( ChangeProfileInfo model ) : System.Web.Mvc.ActionResult
Contact ( ContactInfo model ) : System.Web.Mvc.PartialViewResult
Default ( ) : System.Web.Mvc.ActionResult
Default ( System.Web.Mvc.FormCollection model ) : System.Web.Mvc.ActionResult
Default2 ( ContactInfo model, bool contact ) : System.Web.Mvc.PartialViewResult
ForgotPassword ( ForgotPasswordInfo model ) : Task
Login ( LoginInfo model ) : Task
Logout ( LogoutInfo model ) : System.Web.Mvc.ActionResult
RSSFeed ( string type ) : System.Web.Mvc.ActionResult
ResetPassword ( ResetPasswordInfo model ) : Task
SiteMap ( ) : System.Web.Mvc.ActionResult

Method Details

AddErrors() protected méthode

protected AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
result Microsoft.AspNet.Identity.IdentityResult
Résultat void

CmsContentController() public méthode

public CmsContentController ( ) : Carrotware.CMS.Core
Résultat Carrotware.CMS.Core

DefaultView() public méthode

public DefaultView ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

LoadPage() protected méthode

protected LoadPage ( ) : void
Résultat void

LoadPage() protected méthode

protected LoadPage ( string Uri ) : void
Uri string
Résultat void

PageNotFound() public méthode

public PageNotFound ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Property Details

cmsHelper protected_oe property

protected CMSConfigHelper cmsHelper
Résultat CMSConfigHelper

securityHelper protected_oe property

protected SecurityHelper securityHelper
Résultat SecurityHelper