Table of Contents

Method WriteEndpointDescription

Namespace
Sisk.Documenting.Html
Assembly
Sisk.Documenting.Html.dll

WriteEndpointDescription(ApiEndpoint)

Writes the description of an API endpoint.

protected virtual HtmlElement? WriteEndpointDescription(ApiEndpoint endpoint)

Parameters

endpoint ApiEndpoint

The API endpoint to write the description for.

Returns

HtmlElement

The HTML element representing the endpoint description, or null if no description is available.