C# Class Framework.Mvc.Extensions.CaptchaExtensions

Contains extensions for captcha control.
Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode 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 méthode

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

CaptchaTextBox() public static méthode

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