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

Summary description for BaseControl.
Inheritance: System.Web.UI.UserControl, ISkinControlContainer
Exibir arquivo Open project: ayende/Subtext

Protected Methods

Method 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 method

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.
return void

BindCurrentEntryControls() protected static method

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

Format() protected static method

protected static Format ( string format ) : string
format string
return string

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

RemoveCaptcha() protected method

Removes the captcha if necessary.
protected RemoveCaptcha ( ) : void
return void

UrlDecode() protected static method

protected static UrlDecode ( object s ) : string
s object
return string

UrlDecode() protected static method

Url decodes the string.
protected static UrlDecode ( string s ) : string
s string
return string

UrlEncode() protected static method

Url encodes the string.
protected static UrlEncode ( Uri s ) : string
s System.Uri The s.
return string

UrlEncode() protected static method

Url encodes the string.
protected static UrlEncode ( object s ) : string
s object The s.
return string

UrlEncode() protected static method

Url encodes the string.
protected static UrlEncode ( string s ) : string
s string The s.
return string