![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
CallbackResult Class Members | |
See Also Properties Methods |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : CallbackResult Class |
The following tables list the members exposed by CallbackResult.
Name | Description | |
---|---|---|
![]() | CallbackResult Constructor | Overloaded. Creates a CallbackResult using a reference to the control whose content or image source will be replaced. |
Name | Description | |
---|---|---|
![]() | Control | Reference to the control whose content or image-source to replace on the client. |
![]() | ControlClientID | Client ID of the control or page element that will receive the HTML content or image src attribute. May be null if content is JavaScript. |
![]() | ControlType | |
![]() | EventArg | The type of content being sent to the browser: one of "content", "innercontent", "javascript", or "image". |
![]() | Parameters | The content, image source or function to send to the client browser with the callback results. |
![]() | Priority | Priority of the CallbackResult when multiple results are sent back to the client during a single callback. |
Name | Description | |
---|---|---|
![]() | CompareTo | Tests whether two CallbackResult objects have the same Priority and internal identifier. |
![]() ![]() | CreateIncludeJavaScript | Overloaded. Includes and parses a javascript resource |
![]() ![]() | CreateIncludeStyleSheet | Overloaded. Adds a stylesheet to the page |
![]() ![]() | CreateJavaScript | Executes the supplied javascript on the client. |
![]() ![]() | CreateSetContent | Overloaded. Sets the OuterHTML property on a DOM Element |
![]() ![]() | CreateSetImageSource | Overloaded. Sets the image source on an image. |
![]() ![]() | CreateSetInnerContent | Overloaded. Sets the InnerHTML property on a DOM Element |
![]() | ToString | Overridden. Converts the CallbackResult to a string that can be interpreted on the browser client. |