C# 클래스 MichaelJBaird.Themes.JQMobile.SearchPage

상속: BlogEngine.Core.Web.Controls.BlogBasePage
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

보호된 메소드들

메소드 설명
GetContent ( string description, string content ) : string

Shortens the content to fit to a search result

OnLoad ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.

ShortenUrl ( string uri ) : string

Removes the comment anchor from the URL

비공개 메소드들

메소드 설명
AddHeader ( ) : void

Adds the header.

BindPaging ( int results, int page ) : void

Binds the paging.

BindSearchResult ( List list ) : void

Binds the search result.

SearchByApml ( Uri url ) : void

Searches the by apml.

rep_ItemDataBound ( object sender, System.Web.UI.WebControls.RepeaterItemEventArgs e ) : void

Handles the ItemDataBound event of the rep control.

메소드 상세

GetContent() 보호된 메소드

Shortens the content to fit to a search result
protected GetContent ( string description, string content ) : string
description string
content string
리턴 string

OnLoad() 보호된 메소드

Raises the E:System.Web.UI.Control.Load event. Adds links and javascript to the HTML header tag.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs The object that contains the event data.
리턴 void

ShortenUrl() 보호된 메소드

Removes the comment anchor from the URL
protected ShortenUrl ( string uri ) : string
uri string
리턴 string