| AjaxControlManagerUnregisterControl Method |
Removes the given control from the asynchronous rendering queue.
Namespace:
Dynamicweb.Controls
Assembly:
Dynamicweb.Controls (in Dynamicweb.Controls.dll) Version: 4.2.3
Syntax public void UnregisterControl(
string ticket
)
Public Sub UnregisterControl (
ticket As String
)
Parameters
- ticket
- Type: SystemString
Control ticket.
Exceptions Remarks See Also