C# 클래스 _default, ReSharperCourse

상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse 1 사용 예제들

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
리턴 void