RequestHelperIsCallback Method |
Returns true if current HttpMethod is POST and "__CALLBACKID" request parameter is not null.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 13.0.131
Syntax public static bool IsCallback()
Return Value
Type:
BooleanRemarks This method is similar to IsCallback.
See Also