Click or drag to resize
URLHelperIsPostback Method

Note: This API is now obsolete.

Returns true if current request is post-back.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 11.0.0
Syntax
C#
[ObsoleteAttribute("Method will be removed. Use RequestHelper.IsPostBack() instead.")]
public static bool IsPostback()

Return Value

Type: Boolean
See Also