C# Class Admin.Trash

Inheritance: System.Web.UI.Page
Show file Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Private Methods

Method Description
LoadPager ( int page ) : string
LoadTrash ( string trashType, int page ) : IEnumerable
ProcessTrash ( string action, string vals ) : BlogEngine.Core.Json.JsonResponse

Method Details

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void