C# Class Everpage.Controllers.NoteController

Inheritance: Controller
ファイルを表示 Open project: JeffreyZhao/everpage

Public Methods

Method Description
Index ( string authToken, string noteId ) : System.Web.Mvc.ActionResult

Protected Methods

Method Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

Method Description
EnMediaToImg ( Match match, Resource>.Dictionary resources, string urlPrefix ) : string
GetNote ( NoteStore noteStore, string authToken, string noteId ) : Note
GetNoteStore ( UserStore userStore, string authToken ) : NoteStore.Client
GetPublicUserInfo ( UserStore userStore, string username ) : PublicUserInfo
GetUser ( UserStore userStore, string authToken ) : User
GetUserStore ( ) : UserStore.Client
ParseNoteGuid ( string noteId ) : string
ProcessContent ( PublicUserInfo userInfo, Note note ) : string
ToHex ( byte data ) : string

Method Details

Index() public method

public Index ( string authToken, string noteId ) : System.Web.Mvc.ActionResult
authToken string
noteId string
return System.Web.Mvc.ActionResult

OnException() protected method

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
return void