C# Class Framework.Mvc.ElementsTypes.Custom.GenderAttribute

Email element type attribute.
Inheritance: Framework.Mvc.ElementsTypes.Generic.SelectBoxAttribute
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Render ( System.Web.Mvc.HtmlHelper html, string name, string value, string values ) : string

Renders the specified HTML.

Method Details

Render() public méthode

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.
Résultat string