C# Class BootstrapExtensions.Base.HtmlList

Inheritance: BootstrapExtensions.Common.HtmlContainer
Afficher le fichier Open project: jordanwallwork/bootstrapextensions Class Usage Examples

Méthodes publiques

Свойство Type Description
ListItems List

Méthodes publiques

Méthode Description
HtmlList ( Action listBuilder, object htmlAttributes = null ) : System
Ordered ( ) : HtmlList

Uses numbers rather than bullets for list items

Unstyled ( ) : HtmlList

A list of items with no list-style or additional left padding

Méthodes protégées

Méthode Description
EndHtml ( ) : string
StartHtml ( ) : string

Method Details

EndHtml() protected méthode

protected EndHtml ( ) : string
Résultat string

HtmlList() public méthode

public HtmlList ( Action listBuilder, object htmlAttributes = null ) : System
listBuilder Action
htmlAttributes object
Résultat System

Ordered() public méthode

Uses numbers rather than bullets for list items
public Ordered ( ) : HtmlList
Résultat HtmlList

StartHtml() protected méthode

protected StartHtml ( ) : string
Résultat string

Unstyled() public méthode

A list of items with no list-style or additional left padding
public Unstyled ( ) : HtmlList
Résultat HtmlList

Property Details

ListItems public_oe property

public List ListItems
Résultat List