AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0" />

.NET API 960,512 bytes

 Location

sealed class Location : ILocation, IUrlUtilities
A location object with information about a Url.
public sealed class ChangedEventArgs : EventArgs

public string Hash { get; set; }

public string Host { get; set; }

public string HostName { get; set; }

public string Href { get; set; }

public bool IsRelative { get; }

public string Origin { get; }

public Url Original { get; }

public string Password { get; set; }

public string PathName { get; set; }

public string Port { get; set; }

public string Protocol { get; set; }

public string Search { get; set; }

public string UserName { get; set; }

public void Assign(string url)

public void Reload()

public void Replace(string url)