C# 클래스 Framework.Mvc.ElementsTypes.Generic.SelectBoxAttribute

Text box attribute.
상속: CustomElementAttribute
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Render ( HtmlHelper html, String name, String value, String values ) : String

Renders the specified HTML.

보호된 메소드들

메소드 설명
ParseValues ( String values, String selectedValue ) : IEnumerable

Parses the values.

메소드 상세

ParseValues() 보호된 정적인 메소드

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

Render() 공개 메소드

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.
리턴 String