Adds a CSS file to the list of includes for the ShareItLibrary.
public static void AddCssInclude(string css, HtmlHelper helper,
bool noLibraryPath = false, bool first = false)
public static void AddCssInclude(string css, dynamic viewBag,
bool noLibraryPath = false, bool first = false)
The name of the css file to add the header of the page.
The current HtmlHelper context.
The current HtmlHelper.ViewBag context.
Choose not to use the ShareItLibrary default library path.
Add this item to the start of the list instead of the end.
SiUtil.AddCssInclude("MyCssFile.css", helper);