C# Class BootstrapExtensions.Base.Form.Label.LabelAndControl

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

Méthodes publiques

Méthode Description
Append ( IHtmlString html ) : LabelAndControl
Append ( string text ) : LabelAndControl
Error ( bool condition = true ) : LabelAndControl
HelpText ( string text, bool inline = true ) : LabelAndControl
Info ( bool condition = true ) : LabelAndControl
LabelAndControl ( System.Web.Mvc.ViewContext viewContext, string labelFor, string labelText, IHtmlString control ) : System.Collections.Generic
Prepend ( IHtmlString html ) : LabelAndControl
Prepend ( string text ) : LabelAndControl
Success ( bool condition = true ) : LabelAndControl
ToHtmlString ( ) : string
Warning ( bool condition = true ) : LabelAndControl

Private Methods

Méthode Description
ControlHtml ( ) : string

Method Details

Append() public méthode

public Append ( IHtmlString html ) : LabelAndControl
html IHtmlString
Résultat LabelAndControl

Append() public méthode

public Append ( string text ) : LabelAndControl
text string
Résultat LabelAndControl

Error() public méthode

public Error ( bool condition = true ) : LabelAndControl
condition bool
Résultat LabelAndControl

HelpText() public méthode

public HelpText ( string text, bool inline = true ) : LabelAndControl
text string
inline bool
Résultat LabelAndControl

Info() public méthode

public Info ( bool condition = true ) : LabelAndControl
condition bool
Résultat LabelAndControl

LabelAndControl() public méthode

public LabelAndControl ( System.Web.Mvc.ViewContext viewContext, string labelFor, string labelText, IHtmlString control ) : System.Collections.Generic
viewContext System.Web.Mvc.ViewContext
labelFor string
labelText string
control IHtmlString
Résultat System.Collections.Generic

Prepend() public méthode

public Prepend ( IHtmlString html ) : LabelAndControl
html IHtmlString
Résultat LabelAndControl

Prepend() public méthode

public Prepend ( string text ) : LabelAndControl
text string
Résultat LabelAndControl

Success() public méthode

public Success ( bool condition = true ) : LabelAndControl
condition bool
Résultat LabelAndControl

ToHtmlString() public méthode

public ToHtmlString ( ) : string
Résultat string

Warning() public méthode

public Warning ( bool condition = true ) : LabelAndControl
condition bool
Résultat LabelAndControl