Click or drag to resize
RequestHelperIsCallback Method
Returns true if current HttpMethod is POST and "__CALLBACKID" request parameter is not null.

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

Return Value

Type: Boolean
Remarks
This method is similar to IsCallback.
See Also