HtmlSanitizer by Michael Ganss

<PackageReference Include="HtmlSanitizer" Version="5.0.372" />

 Iri

public class Iri
Represents an Internationalized Resource Identifier
public bool IsAbsolute { get; }

Gets a value indicating whether the IRI is absolute.

public string Scheme { get; set; }

Gets or sets the scheme of the IRI, e.g. http.

public string Value { get; set; }

Gets or sets the value of the IRI.

public Iri()