ControllerStandardDataItemClassFormSetViewBag Method | |
Set Form ViewBag values
Name | Description |
---|
ViewBag.DictionaryUI | If value null then puts UI dictionary from this web controller |
ViewBag.ControllerName | Puts controller name |
ViewBag.ActionName | Puts action name |
ViewBag.Title | If 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.ReturnUrl | If 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()
Protected Overridable Sub FormSetViewBag
Remarks
Title ControllerName translage by DictionaryUI by Name ("Controller" + ControllerName).
Title ActionName translate by DictionaryUI by Name ("Action" + ActionName)
See Also