HtmlForgeX

API Reference

Class

BootStrapTableStyleExtensions

Namespace HtmlForgeX
Assembly HtmlForgeX
Modifiers static

Extension helpers for BootStrapTableStyle collections.

Inheritance

  • Object
  • BootStrapTableStyleExtensions

Methods

public static String BuildTableStyles(IEnumerable<BootStrapTableStyle> styles) #
Returns: String

Converts the style flags to the corresponding CSS class string.

Parameters

styles System.Collections.Generic.IEnumerable{HtmlForgeX.BootStrapTableStyle} requiredposition: 0
Styles to convert.

Returns

A string with space separated CSS class names.