C# Class Framework.Mvc.Extensions.CaptchaExtensions

Contains extensions for captcha control.
显示文件 Open project: coreframework/Core-Framework

Public Methods

Method Description
CaptchaImage ( this helper, int height, int width ) : String

Generates the captcha image.

CaptchaTextBox ( this html, String name ) : String

Captchas the text box.

Method Details

CaptchaImage() public static method

Generates the captcha image.
public static CaptchaImage ( this helper, int height, int width ) : String
helper this The helper.
height int The height.
width int The width.
return String

CaptchaTextBox() public static method

Captchas the text box.
public static CaptchaTextBox ( this html, String name ) : String
html this The HTML helper.
name String The name of textbox.
return String