Contents Enumeration |  |
SOWI Web Helper Content enumeration use for standard web controller
Namespace:
SOWIWeb.Helper
Assembly:
SOWIWeb.Helper (in SOWIWeb.Helper.dll) Version: 19.1.23.1 (19.1.23.622)
SyntaxPublic Enumeration Contents
Members
| Member name | Value | Description |
---|
| none | 0 |
SOWI Web Helper Content not defined
|
| CreateContent | 1 |
SOWI Web Helper Create content
|
| DeleteContent | 2 |
SOWI Web Helper Delete content
|
| DetailsContent | 3 |
SOWI Web Helper Details content
|
| EditContent | 4 |
SOWI Web Helper Edit content
|
| IndexContentDataTables | 5 |
SOWI Web Helper Index (data list) content with DataTables component and bootstrap/datatables style
|
Remarks
Examples
This example puts standard Index view conent with DataTables style
(implemented in
ControllerStandard<DataItemClass>)
ViewBag.ContentName = SOWIWeb.Helper.Contents.IndexContentDataTables.ToPath();
See Also