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

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

Parses the values.

메소드 상세

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

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

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