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

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

Méthodes publiques

Свойство Type Description
CaptchaDefaultHeight System.Int32
CaptchaDefaultWidth System.Int32

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

Property Details

CaptchaDefaultHeight public_oe static_oe property

Captcha default height.
public static Int32,System CaptchaDefaultHeight
Résultat System.Int32

CaptchaDefaultWidth public_oe static_oe property

Captcha default width.
public static Int32,System CaptchaDefaultWidth
Résultat System.Int32