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

Text box attribute.
Inheritance: CustomElementAttribute
Show file Open project: coreframework/Core-Framework

Public Methods

Method Description
Render ( HtmlHelper html, String name, String value, String values ) : String

Renders the specified HTML.

Protected Methods

Method Description
ParseValues ( String values, String name ) : String>.Dictionary

Parses the values.

Method Details

ParseValues() protected static method

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

Render() public method

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.
return String