UltimateAjax Class Library

UltimateAjax.EnableCaching Property

Gets or sets whether to cache callback argument and result.

[Visual Basic]
Public Property EnableCaching As Boolean
[C#]
public bool EnableCaching {get; set;}

Property Value

Indicates whether to cache callback argument and result. The default value is false.

Remarks

Use this property to cache callback argument and result.

See Also

UltimateAjax Class | Karamasoft.WebControls.UltimateAjax Namespace