C# 클래스 Everpage.Controllers.NoteController

상속: Controller
파일 보기 프로젝트 열기: JeffreyZhao/everpage

공개 메소드들

메소드 설명
Index ( string authToken, string noteId ) : System.Web.Mvc.ActionResult

보호된 메소드들

메소드 설명
OnException ( System.Web.Mvc.ExceptionContext filterContext ) : void

비공개 메소드들

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

메소드 상세

Index() 공개 메소드

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

OnException() 보호된 메소드

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