Click or drag to resize
RequestHelperIsPostBack Method
Returns true if current HttpMethod is POST.

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

Return Value

Type: Boolean
Remarks
This method is not equivalent to System.Web.UI.Page.IsPostBack.
See Also