C# Class BootstrapExtensions.Base.HtmlListBuilder

Afficher le fichier Open project: jordanwallwork/bootstrapextensions

Méthodes publiques

Méthode Description
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

Method Details

Divider() public méthode

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
Résultat void

HtmlListBuilder() public méthode

public HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
list HtmlList
Résultat BootstrapExtensions.Common

Item() public méthode

public Item ( string text ) : void
text string
Résultat void

Link() public méthode

public Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
text string
url string
htmlAttributes object
identifier string
Résultat HtmlListItem

Link() public méthode

public Link ( string text, string url, string identifier = null ) : HtmlListItem
text string
url string
identifier string
Résultat HtmlListItem