Click or drag to resize

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
)

Parameters

ticket
Type: SystemString
Control ticket.
Exceptions
ExceptionCondition
ArgumentNullExceptionticket is null.
ArgumentExceptionticket is an empty string.
Remarks