UseHttpsForWWWLinks Property

Definition

Assembly Markdig.dll

Should a www link be prefixed with https:// instead of http:// (false by default)

public bool UseHttpsForWWWLinks { get; set; }

Returns