ControllerStandardDataItemClassFormSetViewBag Method | |
Set Form ViewBag values: ControllerName, ActionName
and if null then DictionaryUI, Title (ControllerName and ActionName),
ReturnUrl (this URL)
and if not null Message value then add Session Message
Namespace:
SOWIWin.Helper
Assembly:
SOWIWin.Helper (in SOWIWin.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax protected virtual void FormSetViewBag()
Protected Overridable Sub FormSetViewBag
Remarks
Title ActionName translate by DictionaryUI by Name ("Action" + ActionName)
See Also