Click or drag to resize

Colygon.MatchPoint.Core.Ajax Namespace

Contains functionality for AJAX (Asynchronous JavaScript and XML) enabled controls.
Classes
  ClassDescription
Public classAjaxMethodAttribute
Specifies a method that can be accessed from client-side script.
Public classJavaScriptBaseAttribute
Specifies the namespace and solution path for a JS code behind file used within a custom assembly.
Public classJavaScriptBehaviorManager
Provides functionality for registering a control as AJAX enabled.
Public classJavaScriptBehaviorVariableAttribute
Specifies a property or member that member that can be accessed from client-side script.
Public classJavaScriptResourceAttribute
Specifies a class or enum that can be used within client-side script.
Interfaces
  InterfaceDescription
Public interfaceIUserException
Represents an exception that occurs within a JS call but is handled server-side.
Enumerations
  EnumerationDescription
Public enumerationAjaxMethodFlags
Specifies, what data will be included within the AJAX request and therefore defines whether it will be available within a server-side method.
Public enumerationSyncMode
Specifies the synchronization mode for properties and members.