The constructor for the AjaxSerializableAttribute

Namespace:  Gaia.WebWidgets
Assembly:  Gaia.WebWidgets (in Gaia.WebWidgets.dll) Version: 3.6.0.0 (3.6.0.0)

Syntax

C#
public AjaxSerializableAttribute(
	string jsMethodName
)
Visual Basic (Declaration)
Public Sub New ( _
	jsMethodName As String _
)

Parameters

jsMethodName
Type: System..::.String
The name of the JS client-side method that implements the property setter

See Also