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

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 name ) : String>.Dictionary

Parses the values.

Method Details

ParseValues() protected static méthode

Parses the values.
protected static ParseValues ( String values, String name ) : String>.Dictionary
values String The element values.
name String The element name.
Résultat String>.Dictionary

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