AjaxControlManager Class |
Namespace: Dynamicweb.Controls
The AjaxControlManager type exposes the following members.
| Name | Description | |
|---|---|---|
| Current |
Gets the current instance of control manager.
| |
| RequiresControlRendering |
Gets value indicating whether control ticket has been submitted with the current HTTP request and the request control must be sent back to the client.
| |
| Ticket |
Gets the control ticket submitted with the current HTTP request.
|
| Name | Description | |
|---|---|---|
| AddResourceIgnores |
Adds ignore conditions according to the current list of ignored resources.
| |
| RegisterControl |
Registers the given control to be rendered later asynchronously.
| |
| RenderControl(String) |
Renders the given control and returns the complete control output.
| |
| RenderControl(Control) |
Renders the given control and returns the complete control output.
| |
| RenderControl(String, Control) |
Renders the given control and returns the complete control output.
| |
| RenderControl(String, HtmlTextWriter) |
Renders the given control by using the given text writer.
| |
| RenderControl(Control, Control) |
Renders the given control and returns the complete control output.
| |
| RenderControl(Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
| |
| RenderControl(String, Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
| |
| RenderControl(Control, Control, HtmlTextWriter) |
Renders the given control by using the given text writer.
| |
| RenderCurrentControl |
Renders the currently requested control and returns the complete control output.
| |
| RenderCurrentControl(Control) |
Renders the currently requested control and returns the complete control output.
| |
| RenderCurrentControl(HtmlTextWriter) |
Renders the currently requested control by using the given text writer.
| |
| RenderCurrentControl(Control, HtmlTextWriter) |
Renders the currently requested control by using the given text writer.
| |
| UnregisterAllControls |
Removes all currently registered controls from the asynchronous rendering queue.
| |
| UnregisterControl |
Removes the given control from the asynchronous rendering queue.
|