ControlsHelperIsInAsyncPostback Method |
Returns true if the page is in the process of asynchronous postback.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntaxpublic static bool IsInAsyncPostback(
Page page
)
Parameters
- page
- Type: System.Web.UIPage
Page
Return Value
Type:
Boolean
See Also