Click or drag to resize

AjaxControlManager Class

Represents an AJAX control manager. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.ControlsAjaxControlManager

Namespace:  Dynamicweb.Controls
Assembly:  Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax
public sealed class AjaxControlManager

The AjaxControlManager type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberCurrent
Gets the current instance of control manager.
Public propertyRequiresControlRendering
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.
Public propertyTicket
Gets the control ticket submitted with the current HTTP request.
Top
Methods
  NameDescription
Public methodAddResourceIgnores
Adds ignore conditions according to the current list of ignored resources.
Public methodRegisterControl
Registers the given control to be rendered later asynchronously.
Public methodRenderControl(String)
Renders the given control and returns the complete control output.
Public methodRenderControl(Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(String, Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(String, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(Control, Control)
Renders the given control and returns the complete control output.
Public methodRenderControl(Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(String, Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderControl(Control, Control, HtmlTextWriter)
Renders the given control by using the given text writer.
Public methodRenderCurrentControl
Renders the currently requested control and returns the complete control output.
Public methodRenderCurrentControl(Control)
Renders the currently requested control and returns the complete control output.
Public methodRenderCurrentControl(HtmlTextWriter)
Renders the currently requested control by using the given text writer.
Public methodRenderCurrentControl(Control, HtmlTextWriter)
Renders the currently requested control by using the given text writer.
Public methodUnregisterAllControls
Removes all currently registered controls from the asynchronous rendering queue.
Public methodUnregisterControl
Removes the given control from the asynchronous rendering queue.
Top
Remarks