C# 클래스 Phun.CmsController

Default controller.
상속: Controller
파일 보기 프로젝트 열기: noogen/phuncms

공개 메소드들

메소드 설명
List ( string path ) : System.Web.Mvc.ActionResult

Lists the specified path.

보호된 메소드들

메소드 설명
CmsController ( ) : System

Initializes a new instance of the CmsController class.

CmsController ( IContentConnector connector ) : System

Initializes a new instance of the CmsController class.

TrySet304 ( ContentModel content, double hours = 24 ) : bool

Tries the set304.

Upload ( System.Web.HttpPostedFileBase file, string path ) : string

Uploads the specified upload.

비공개 메소드들

메소드 설명
Create ( string path, string data, string returnUrl ) : System.Web.Mvc.ActionResult
CreatePage ( string path, string data ) : System.Web.Mvc.ActionResult
Delete ( string path ) : System.Web.Mvc.ActionResult
Edit ( string path ) : System.Web.Mvc.ActionResult
FileBrowser ( ) : System.Web.Mvc.ActionResult
FileManager ( string mode ) : System.Web.Mvc.ActionResult
FileManagerUpload ( System.Web.HttpPostedFileBase files, string path ) : System.Web.Mvc.ActionResult
IsContentAdmin ( ) : System.Web.Mvc.ActionResult
Page ( ) : System.Web.Mvc.ActionResult
PageManager ( ) : System.Web.Mvc.ActionResult
Retrieve ( string path ) : System.Web.Mvc.ActionResult
RetrieveSecure ( string path ) : System.Web.Mvc.ActionResult
Update ( string path, string data, string returnUrl ) : System.Web.Mvc.ActionResult

메소드 상세

CmsController() 보호된 메소드

Initializes a new instance of the CmsController class.
protected CmsController ( ) : System
리턴 System

CmsController() 보호된 메소드

Initializes a new instance of the CmsController class.
protected CmsController ( IContentConnector connector ) : System
connector IContentConnector The connector.
리턴 System

List() 공개 메소드

Lists the specified path.
public List ( string path ) : System.Web.Mvc.ActionResult
path string The path.
리턴 System.Web.Mvc.ActionResult

TrySet304() 보호된 메소드

Tries the set304.
protected TrySet304 ( ContentModel content, double hours = 24 ) : bool
content Phun.Data.ContentModel The content.
hours double
리턴 bool

Upload() 보호된 메소드

Uploads the specified upload.
protected Upload ( System.Web.HttpPostedFileBase file, string path ) : string
file System.Web.HttpPostedFileBase The upload.
path string The path.
리턴 string