C# Класс BootstrapExtensions.Base.HtmlListBuilder

Показать файл Открыть проект

Открытые методы

Метод Описание
Divider ( ) : void

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

Returns an anchor element (a element) that contains the virtual path of the specified action.

HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
Item ( string text ) : void
Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
Link ( string text, string url, string identifier = null ) : HtmlListItem

Описание методов

Divider() публичный Метод

Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action. Returns an anchor element (a element) that contains the virtual path of the specified action.
The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty. The parameter is null or empty.
public Divider ( ) : void
Результат void

HtmlListBuilder() публичный Метод

public HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
list HtmlList
Результат BootstrapExtensions.Common

Item() публичный Метод

public Item ( string text ) : void
text string
Результат void

Link() публичный Метод

public Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
text string
url string
htmlAttributes object
identifier string
Результат HtmlListItem

Link() публичный Метод

public Link ( string text, string url, string identifier = null ) : HtmlListItem
text string
url string
identifier string
Результат HtmlListItem