Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.OnCloseEnum Enumeration

The type of processing used when closing a page, used with the FormProcessed method.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected enum OnCloseEnum;

Values

NameValueDescription
Nothing0No processing. The page is not closed.
Return1The page is reloaded with the previous page save in the OriginList. If none is available, the Home page is loaded.
GotoNewPage2A new page is loaded.
UpdateInPlace3The page/module is updated in place with the new model.
ReloadPage4The current page is reloaded.
CloseWindow9The current page is closed, which will close the browser window.

See Also YetaWF.Core.Controllers.ControllerImpl Class YetaWF.Core Overview