Свойство | Тип | Описание | |
---|---|---|---|
CssStyle | string | ||
GenerateNewCaptcha | void | ||
GetCachedCaptcha | |||
HtmlColor | string | ||
RemoveCachedCaptcha | void |
Метод | Описание | |
---|---|---|
GetData ( ) : object |
Gets object data. Exception handling and displayed is done at ContentView level; FormatExceptions and Exceptions are handled and displayed at this level. Should you need custom or localized error messages, throw a FieldControlDataException with your own error message. |
|
SetData ( object data ) : void |
Sets data within the FieldControl
|
|
System ( ) : void | ||
ValidateCaptcha ( ) : void |
Validate the user's text against the CAPTCHA text
|
Метод | Описание | |
---|---|---|
CreateChildControls ( ) : void | ||
GetSR ( string strResId ) : string | ||
LoadControlState ( object state ) : void | ||
OnInit ( System e ) : void | ||
OnPreRender ( System e ) : void | ||
OnUnload ( System e ) : void | ||
SaveControlState ( ) : object |
Retrieve the user's CAPTCHA input from the posted data
|
Метод | Описание | |
---|---|---|
CssStyle ( ) : string |
returns css "style=" tag for this control based on standard control visual properties
|
|
GenerateNewCaptcha ( ) : void |
generate a new captcha and store it in the ASP.NET Cache by unique GUID
|
|
GetCachedCaptcha ( string guid ) : |
||
HtmlColor ( System color ) : string |
returns HTML-ized color strings
|
|
RemoveCachedCaptcha ( string guid ) : void |
protected static GetSR ( string strResId ) : string | ||
strResId | string | |
Результат | string |
protected LoadControlState ( object state ) : void | ||
state | object | |
Результат | void |
public SetData ( object data ) : void | ||
data | object | Data of the |
Результат | void |