NAjaxXmlTransportBuilder Class Members
In This Topic
The following tables list the members exposed by NAjaxXmlTransportBuilder.
Public Constructors
Public Methods
| Name | Description |
 | AddDataSection | Adds a data section to the data sections collection of the object. |
 | AddImageMapDataSection | Adds the built-in "imageMap" data section to the data sections collection of the object. The behavior of this method depends on the value of the AjaxImageMapMode property of the web control. |
 | AddRedrawDataSection | Adds the built-in "redraw" data section to the data sections collection of the object. |
 | AddReincarnateDataSection | Adds the built-in "reincarnate" data section to the data sections collection of the object. |
 | ContainsDataSection | Tests if a data section with the given name already exists in the data sections collection of the object. |
 | ContainsImageMapDataSection | Tests if the built-in "imageMap" data section already exists in the data sections collection of the object. |
 | ContainsRedrawDataSection | Tests if the built-in "redraw" data section already exists in the data sections collection of the object. |
 | ContainsReincarnateDataSection | Tests if the built-in "reincarnate" data section already exists in the data sections collection of the object. |
Top
See Also