C# 클래스 Subtext.Web.UI.Controls.BaseControl

Summary description for BaseControl.
상속: System.Web.UI.UserControl, ISkinControlContainer
파일 보기 프로젝트 열기: ayende/Subtext

보호된 메소드들

메소드 설명
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