Click or drag to resize

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)
Syntax
public enum Contents
Members
  Member nameValueDescription
none0 SOWI Web Helper Content not defined
CreateContent1 SOWI Web Helper Create content
DeleteContent2 SOWI Web Helper Delete content
DetailsContent3 SOWI Web Helper Details content
EditContent4 SOWI Web Helper Edit content
IndexContentDataTables5 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 ControllerStandardDataItemClass)
ViewBag.ContentName = SOWIWeb.Helper.Contents.IndexContentDataTables.ToPath();     // with DataTables plug in
See Also