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
ApiEndpointThe API endpoint to write the description for.
Returns
- HtmlElement
The HTML element representing the endpoint description, or null if no description is available.