C# Класс MichaelJBaird.Themes.JQMobile.SearchPage

Наследование: BlogEngine.Core.Web.Controls.BlogBasePage
Показать файл Открыть проект

Защищенные методы

Метод Описание
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