C# 클래스 Framework.Mvc.ElementsTypes.Custom.GenderAttribute

Email element type attribute.
상속: Framework.Mvc.ElementsTypes.Generic.SelectBoxAttribute
파일 보기 프로젝트 열기: coreframework/Core-Framework

공개 메소드들

메소드 설명
Render ( System.Web.Mvc.HtmlHelper html, string name, string value, string values ) : string

Renders the specified HTML.

메소드 상세

Render() 공개 메소드

Renders the specified HTML.
public Render ( System.Web.Mvc.HtmlHelper html, string name, string value, string values ) : string
html System.Web.Mvc.HtmlHelper The HTML helper.
name string The element name.
value string The element value.
values string The element values.
리턴 string