AngleSharp by AngleSharp

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

.NET API 1,223,680 bytes

 RequesterExtensions

static class RequesterExtensions
Useful extensions for IRequester objects.
public static IDownload FetchWithCors(this IResourceLoader loader, CorsRequest cors)

Performs a potentially CORS-enabled fetch from the given URI by using an asynchronous GET request. For more information see: http://www.w3.org/TR/html5/infrastructure.html#potentially-cors-enabled-fetch

public static bool IsRedirected(this HttpStatusCode status)

Checks if the status code corresponds to a redirected response.