C# 클래스 search, ReSharperCourse

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

보호된 메소드들

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

Shortens the content to fit to a search result

OnLoad ( EventArgs e ) : void
ShortenUrl ( string uri ) : string

Removes the comment anchor from the URL

비공개 메소드들

메소드 설명
BindPaging ( int results, int page ) : void
BindSearchResult ( List list ) : void
SearchByApml ( Uri url ) : void
rep_ItemDataBound ( object sender, 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() 보호된 메소드

protected OnLoad ( EventArgs e ) : void
e EventArgs
리턴 void

ShortenUrl() 보호된 메소드

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