C# Class _default, ReSharperCourse

Inheritance: System.Web.UI.MasterPage
显示文件 Open project: rasmuskl/ReSharperCourse Class Usage Examples

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method 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 method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void