AngleSharp by AngleSharp

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

.NET API 1,204,224 bytes

 Location

sealed class Location : ILocation, IUrlUtilities
A location object with information about a Url.
public sealed class LocationChangedEventArgs : 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 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)