Method ExportHtml
- Namespace
- Sisk.Documenting.Html
- Assembly
- Sisk.Documenting.Html.dll
ExportHtml(ApiDocumentation)
Exports the API documentation as an HTML string.
public string ExportHtml(ApiDocumentation d)
Parameters
d
ApiDocumentationThe API documentation to export.
Returns
- string
The exported HTML string.