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

Captcha attribute.
Inheritance: CustomElementAttribute
Mostra file Open project: coreframework/Core-Framework

Public Properties

Property Type Description
CaptchaDefaultHeight System.Int32
CaptchaDefaultWidth System.Int32

Public Methods

Method Description
Render ( HtmlHelper html, String name, String value, String values ) : string

Renders the specified HTML.

Method Details

Render() public method

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.
return string

Property Details

CaptchaDefaultHeight public_oe static_oe property

Captcha default height.
public static Int32,System CaptchaDefaultHeight
return System.Int32

CaptchaDefaultWidth public_oe static_oe property

Captcha default width.
public static Int32,System CaptchaDefaultWidth
return System.Int32