Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 2.17 KB

AppendUrl(thisIWriter,string,string,string).md

File metadata and controls

39 lines (23 loc) · 2.17 KB

IWriterExtensions.AppendUrl(this IWriter, string, string, string) Method

Append an url in the markdown format.

public static DefaultDocumentation.Api.IWriter AppendUrl(this DefaultDocumentation.Api.IWriter writer, string? url, string? displayedName=null, string? tooltip=null);

Parameters

writer IWriter

The IWriter to use.

url System.String

The url of the link.

displayedName System.String

The displayed name of the link.

tooltip System.String

The tooltip of the link.

Returns

IWriter
The given IWriter.