C# Class admin.Settings.Main

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: rasmuskl/ReSharperCourse

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

Private Methods

Method Description
BindCultures ( ) : void

The bind cultures.

BindSettings ( ) : void

The bind settings.

Save ( string name, string desc, string postsPerPage, string themeCookieName, string useBlogNameInPageTitles, string enableRelatedPosts, string enableRating, string showDescriptionInPostList, string descriptionCharacters, string showDescriptionInPostListForPostsByTagOrCategory, string descriptionCharactersForPostsByTagOrCategory, string timeStampPostLinks, string showPostNavigation, string culture, string timezone, string enableQuickNotes ) : BlogEngine.Core.Json.JsonResponse

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event to initialize the page.
protected OnInit ( EventArgs e ) : void
e System.EventArgs An that contains the event data.
return void