Table of Contents

Class JsonRpcHtmlExport

Namespace
Sisk.JsonRPC.Documentation
Assembly
Sisk.JsonRPC.dll

Provides an HTML-based IJsonRpcDocumentationExporter.

public class JsonRpcHtmlExport : IJsonRpcDocumentationExporter
Inheritance
JsonRpcHtmlExport
Implements
Inherited Members

Constructors

JsonRpcHtmlExport()

Properties

ExportMetadata

Gets or sets an boolean indicating if the documentation metadata should be exported in the HTML.

ExportSummary

Gets or sets an boolean indicating if an summary should be exported in the HTML.

Header

Gets or sets an optional object to append to the header of the exported HTML.

Style

Gets or sets the CSS styles used in the HTML export.

Methods

EncodeDocumentationHtml(JsonRpcDocumentation)

Encodes the specified JsonRpcDocumentation into a HTML string.

ExportDocumentBytes(JsonRpcDocumentation)

Exports the JSON-RPC documentation to a byte array.