C# Class _default, ReSharperCourse

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Méthode Description
AddMetaKeywords ( ) : void

Adds the post's tags as meta keywords.

DisplayApmlFiltering ( ) : void
DisplayAuthors ( ) : void
DisplayCategories ( ) : void
DisplayDateRange ( ) : void
DisplayTags ( ) : void
Redirect ( ) : void

Permanently redirects to the correct URL format if the page is requested with the old URL: /default.aspx?year=2007&month=12 The redirection is important so that we don't end up having 2 URLs to the same resource. It's for SEO purposes.

Method Details

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void