C# Class Subtext.Web.UI.Controls.BaseControl

Summary description for BaseControl.
Inheritance: System.Web.UI.UserControl, ISkinControlContainer
Afficher le fichier Open project: ayende/Subtext

Méthodes protégées

Méthode Description
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.

Method Details

AddCaptchaIfNecessary() protected méthode

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

BindCurrentEntryControls() protected static méthode

protected static BindCurrentEntryControls ( Entry entry, Control root ) : void
entry Subtext.Framework.Components.Entry
root System.Web.UI.Control
Résultat void

Format() protected static méthode

protected static Format ( string format ) : string
format string
Résultat string

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

RemoveCaptcha() protected méthode

Removes the captcha if necessary.
protected RemoveCaptcha ( ) : void
Résultat void

UrlDecode() protected static méthode

protected static UrlDecode ( object s ) : string
s object
Résultat string

UrlDecode() protected static méthode

Url decodes the string.
protected static UrlDecode ( string s ) : string
s string
Résultat string

UrlEncode() protected static méthode

Url encodes the string.
protected static UrlEncode ( Uri s ) : string
s System.Uri The s.
Résultat string

UrlEncode() protected static méthode

Url encodes the string.
protected static UrlEncode ( object s ) : string
s object The s.
Résultat string

UrlEncode() protected static méthode

Url encodes the string.
protected static UrlEncode ( string s ) : string
s string The s.
Résultat string