Colygon.MatchPoint.Core.Ajax Namespace |
Class | Description | |
---|---|---|
AjaxMethodAttribute | Specifies a method that can be accessed from client-side script. | |
JavaScriptBaseAttribute | Specifies the namespace and solution path for a JS code behind file used within a custom assembly. | |
JavaScriptBehaviorManager | Provides functionality for registering a control as AJAX enabled. | |
JavaScriptBehaviorVariableAttribute | Specifies a property or member that member that can be accessed from client-side script. | |
JavaScriptResourceAttribute |
Specifies a class or enum that can be used within client-side script.
|
Interface | Description | |
---|---|---|
IUserException | Represents an exception that occurs within a JS call but is handled server-side. |
Enumeration | Description | |
---|---|---|
AjaxMethodFlags |
Specifies, what data will be included within the AJAX request and therefore defines whether it will be
available within a server-side method.
| |
SyncMode | Specifies the synchronization mode for properties and members. |