CsvToHtml.

WithHeader() Method

Summary

Treats the first line of input content as a header and generates <th> tags in the output table.
Assembly
Wyam.Tables.dll
Namespace
Wyam.Tables
Containing Type
CsvToHtml

Syntax

public CsvToHtml WithHeader()

Return Value

Type Description
CsvToHtml The current module instance.
GitHub