AdvantageCMS.Core.Common.BaseClasses Namespace
Advantage CSP

AdvantageModule..::..IsPostBack Property

Gets a value indicating whether the user control is being loaded in response to a client postback, or if it is being loaded and accessed for the first time.

Namespace:  AdvantageCMS.Core.Common.BaseClasses
Assembly:  AdvantageCMS.Core (in AdvantageCMS.Core.dll)

Syntax


public bool IsPostBack { get; }

Field Value

true if this instance is post back; otherwise, false.