C# Класс Framework.Mvc.Extensions.CaptchaExtensions

Contains extensions for captcha control.
Показать файл Открыть проект

Открытые методы

Метод Описание
CaptchaImage ( this helper, int height, int width ) : String

Generates the captcha image.

CaptchaTextBox ( this html, String name ) : String

Captchas the text box.

Описание методов

CaptchaImage() публичный статический Метод

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.
Результат String

CaptchaTextBox() публичный статический Метод

Captchas the text box.
public static CaptchaTextBox ( this html, String name ) : String
html this The HTML helper.
name String The name of textbox.
Результат String