LinkReferenceDefinition(String?, String?, String?) Constructor

Definition

Namespace Markdig.Syntax
Assembly Markdig.dll

Initializes a new instance of the LinkReferenceDefinition class.

public LinkReferenceDefinition(string? label, string? url, string? title)

Parameters

label
String

The label.

url
String

The URL.

title
String

The title.