Click or drag to resize
RequestHelperIsAsyncPostback Method

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public static bool IsAsyncPostback()

Return Value

Type: Boolean
Remarks
If you need to detect asynchronous postback caused by [!:ScriptManager] use [!:ScriptManager.IsInAsyncPostBack].
See Also