Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
UpdateLog ( Comment comment ) : void |
The update log.
|
|
Validate ( ) : void |
The validate.
|
|
ValidateAsync ( string response, string challenge ) : bool |
Validates the async.
|
Méthode | Description | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnUnload ( |
Raises the E:System.Web.UI.Control.Unload event.
|
|
Render ( System.Web.UI.HtmlTextWriter writer ) : void |
Renders the control to the specified HTML writer.
|
|
RenderContents ( System.Web.UI.HtmlTextWriter output ) : void |
Renders the contents.
|
protected OnInit ( |
||
e |
/// An |
|
Résultat | void |
protected OnUnload ( |
||
e |
/// An |
|
Résultat | void |
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter |
/// The |
Résultat | void |
protected RenderContents ( System.Web.UI.HtmlTextWriter output ) : void | ||
output | System.Web.UI.HtmlTextWriter | /// The output. /// |
Résultat | void |
public UpdateLog ( Comment comment ) : void | ||
comment | Comment | /// The comment. /// |
Résultat | void |
public ValidateAsync ( string response, string challenge ) : bool | ||
response | string | /// The response. /// |
challenge | string | /// The challenge. /// |
Résultat | bool |