C# Class Everpage.Controllers.NoteController

Inheritance: Controller
Afficher le fichier Open project: JeffreyZhao/everpage

Méthodes publiques

Méthode Description
Index ( string authToken, string noteId ) : System.Web.Mvc.ActionResult

Méthodes protégées

Méthode Description
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

Private Methods

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

public Index ( string authToken, string noteId ) : System.Web.Mvc.ActionResult
authToken string
noteId string
Résultat System.Web.Mvc.ActionResult

OnException() protected méthode

protected OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void
filterContext System.Web.Mvc.ExceptionContext
Résultat void