C# Класс Everpage.Controllers.NoteController

Наследование: Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
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