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