IsAutoLink Property

Definition

Assembly Markdig.dll

Gets or sets a boolean indicating whether the inline link was parsed using markdown syntax or was automatic recognized.

public bool IsAutoLink { get; set; }

Returns