Click or drag to resize

ControllerStandardDataItemClassFormSetViewBag Method

Set Form ViewBag values
NameDescription
ViewBag.DictionaryUIIf value null then puts UI dictionary from this web controller
ViewBag.ControllerNamePuts controller name
ViewBag.ActionNamePuts action name
ViewBag.TitleIf value null then puts title from UI dictionary controller name and action name
ViewBag.Message If value null then puts message value from Session object

Check upload file. If upload file valid then has additional message about this.

ViewBag.ReturnUrlIf value null then puts this URL

Namespace:  SOWIWeb.Helper
Assembly:  SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
protected virtual void FormSetViewBag()
Remarks
Title ControllerName translage by DictionaryUI by Name ("Controller" + ControllerName). Title ActionName translate by DictionaryUI by Name ("Action" + ActionName)
See Also