C# Class Framework.Mvc.ElementsTypes.Generic.SelectBoxAttribute

Text box attribute.
Inheritance: CustomElementAttribute
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Render ( HtmlHelper html, String name, String value, String values ) : String

Renders the specified HTML.

Méthodes protégées

Méthode Description
ParseValues ( String values, String selectedValue ) : IEnumerable

Parses the values.

Method Details

ParseValues() protected static méthode

Parses the values.
protected static ParseValues ( String values, String selectedValue ) : IEnumerable
values String The values.
selectedValue String The selected value.
Résultat IEnumerable

Render() public méthode

Renders the specified HTML.
public Render ( HtmlHelper html, String name, String value, String values ) : String
html HtmlHelper The HTML helper.
name String The element name.
value String The element value.
values String The element values.
Résultat String