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

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 selectedValue ) : IEnumerable

Parses the values.

Method Details

ParseValues() protected static method

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

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