Skip to main content

MarkdownTable

Assembly: ServiceStack.Common.dll​
View Source​
Declaration
public class MarkdownTable

Properties​

IncludeHeaders​

View Source​
Declaration
public bool IncludeHeaders { get; set; }

IncludeRowNumbers​

View Source​
Declaration
public bool IncludeRowNumbers { get; set; }

Caption​

View Source​
Declaration
public string Caption { get; set; }

Headers​

View Source​
Declaration
public List<string> Headers { get; }

HeaderTypes​

View Source​
Declaration
public List<Type> HeaderTypes { get; set; }

Rows​

View Source​
Declaration
public List<List<string>> Rows { get; }

Methods​

Render()​

View Source​
Declaration
public string Render()
Returns​

System.String