ControllerStandardDataItemClassIndexSetViewBag Method |
| Name | Description |
|---|---|
| Session.ReturnUrl | Put value Session Return URL with request URL value (this controller URL, see PathAndQuery and )
This value put always. Want to overwrite then set the value after the method is called. |
| ViewBag.DataGridView | If value null then put value from AppModule property DataGridView |
| ViewBag.Toolbar | If value null then put value from AppModule Index Get Toolbar (see IndexGetToolbar) |
| ViewBag.ToolbarItem | If value null then put value from AppModule Index Get Toolbar Item (see IndexGetToolbarItem) |
| ViewBag.HasListHeader | If value null then put value true |
| ViewBag.ContentName | If value null then put value IndexContentDataTablesPartial (with DataTables plug in) |
| ViewBag.IndexItemClickToDetails | Details see option IndexItemClickToDetails |
| ViewBag.IndexItemDeleteViaDialog | Details see option IndexItemDeleteViaDialog |
Namespace: SOWIWeb.Helper
string lControllerTitle = this.DictionaryUI.ToTranslate(SOWIData.Management.DictionaryUIGroup.Controller.ToString(), this.ControllerName.ToString()); ViewBag.Title = lControllerTitle + AppTicketFileContent.Ticket.Name.ToString(); base.IndexSetViewBag();