RequestHelperIsAsyncPostback Method |
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool IsAsyncPostback()
Return Value
Type:
BooleanRemarks
If you need to detect asynchronous postback caused by [!:ScriptManager] use [!:ScriptManager.IsInAsyncPostBack].
See Also