C# Class BootstrapExtensions.Base.HtmlListBuilder

Show file Open project: jordanwallwork/bootstrapextensions

Public Methods

Method 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 method

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
return void

HtmlListBuilder() public method

public HtmlListBuilder ( HtmlList list ) : BootstrapExtensions.Common
list HtmlList
return BootstrapExtensions.Common

Item() public method

public Item ( string text ) : void
text string
return void

Link() public method

public Link ( string text, string url, object htmlAttributes, string identifier = null ) : HtmlListItem
text string
url string
htmlAttributes object
identifier string
return HtmlListItem

Link() public method

public Link ( string text, string url, string identifier = null ) : HtmlListItem
text string
url string
identifier string
return HtmlListItem