ModuleIsPostBack Property |
Gets a value indicating the request is a post back.
Namespace: ConnectedApps.Cms.Sdk.FrameworkAssembly: ConnectedApps.Cms.Sdk (in ConnectedApps.Cms.Sdk.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsPostBack { get; }
Public ReadOnly Property IsPostBack As Boolean
Get
public:
property bool IsPostBack {
bool get ();
}
member IsPostBack : bool with get
Property Value
Type:
Boolean
See Also