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

Text box attribute.
Inheritance: CustomElementAttribute
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
Render ( 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 ( 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.
Résultat string