C# Класс Subtext.Web.UI.Controls.BaseControl

Summary description for BaseControl.
Наследование: System.Web.UI.UserControl, ISkinControlContainer
Показать файл Открыть проект

Защищенные методы

Метод Описание
AddCaptchaIfNecessary ( CaptchaControl &captcha, InvisibleCaptcha &invisibleCaptchaValidator, int btnIndex ) : void

Adds the captcha if necessary.

BindCurrentEntryControls ( Entry entry, Control root ) : void
Format ( string format ) : string
OnInit ( EventArgs e ) : void
RemoveCaptcha ( ) : void

Removes the captcha if necessary.

UrlDecode ( object s ) : string
UrlDecode ( string s ) : string

Url decodes the string.

UrlEncode ( Uri s ) : string

Url encodes the string.

UrlEncode ( object s ) : string

Url encodes the string.

UrlEncode ( string s ) : string

Url encodes the string.

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

AddCaptchaIfNecessary() защищенный Метод

Adds the captcha if necessary.
protected AddCaptchaIfNecessary ( CaptchaControl &captcha, InvisibleCaptcha &invisibleCaptchaValidator, int btnIndex ) : void
captcha Subtext.Web.Controls.Captcha.CaptchaControl The captcha.
invisibleCaptchaValidator Subtext.Web.Controls.Captcha.InvisibleCaptcha The invisible captcha validator.
btnIndex int Index of the BTN.
Результат void

BindCurrentEntryControls() защищенный статический Метод

protected static BindCurrentEntryControls ( Entry entry, Control root ) : void
entry Subtext.Framework.Components.Entry
root System.Web.UI.Control
Результат void

Format() защищенный статический Метод

protected static Format ( string format ) : string
format string
Результат string

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

RemoveCaptcha() защищенный Метод

Removes the captcha if necessary.
protected RemoveCaptcha ( ) : void
Результат void

UrlDecode() защищенный статический Метод

protected static UrlDecode ( object s ) : string
s object
Результат string

UrlDecode() защищенный статический Метод

Url decodes the string.
protected static UrlDecode ( string s ) : string
s string
Результат string

UrlEncode() защищенный статический Метод

Url encodes the string.
protected static UrlEncode ( Uri s ) : string
s System.Uri The s.
Результат string

UrlEncode() защищенный статический Метод

Url encodes the string.
protected static UrlEncode ( object s ) : string
s object The s.
Результат string

UrlEncode() защищенный статический Метод

Url encodes the string.
protected static UrlEncode ( string s ) : string
s string The s.
Результат string