C# 클래스 Carrotware.CMS.Mvc.UI.Admin.Controllers.CmsContentController

상속: Controller, IContentController
파일 보기 프로젝트 열기: ninianne98/CarrotCakeCMS-MVC

보호된 프로퍼티들

프로퍼티 타입 설명
cmsHelper CMSConfigHelper
securityHelper SecurityHelper

공개 메소드들

메소드 설명
CmsContentController ( ) : Carrotware.CMS.Core
DefaultView ( ) : System.Web.Mvc.ActionResult
PageNotFound ( ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
Dispose ( bool disposing ) : void
LoadPage ( ) : void
LoadPage ( string Uri ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddErrors() 보호된 메소드

protected AddErrors ( Microsoft.AspNet.Identity.IdentityResult result ) : void
result Microsoft.AspNet.Identity.IdentityResult
리턴 void

CmsContentController() 공개 메소드

public CmsContentController ( ) : Carrotware.CMS.Core
리턴 Carrotware.CMS.Core

DefaultView() 공개 메소드

public DefaultView ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

LoadPage() 보호된 메소드

protected LoadPage ( ) : void
리턴 void

LoadPage() 보호된 메소드

protected LoadPage ( string Uri ) : void
Uri string
리턴 void

PageNotFound() 공개 메소드

public PageNotFound ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

프로퍼티 상세

cmsHelper 보호되어 있는 프로퍼티

protected CMSConfigHelper cmsHelper
리턴 CMSConfigHelper

securityHelper 보호되어 있는 프로퍼티

protected SecurityHelper securityHelper
리턴 SecurityHelper