This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
Determines whether we are in an ajax callback.

Namespace: Smartsite.Scf
Assembly:  Smartsite.Scf (in Smartsite.Scf.dll)

Syntax

C#Copy imageCopy Code
[]
public static <bool> IsAjaxCallback(
	 context
)
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Shared Function IsAjaxCallback ( _
	context As  _
) As (Of )

Parameters

context
IRenderContext
The context.

Return Value

Boolean

See Also

Smartlet Class
Smartsite.Scf Namespace
Advanced