AngleSharp by AngleSharp

<PackageReference Include="AngleSharp" Version="1.3.0-beta.477" />

.NET API 960,512 bytes

 RequesterExtensions

public static class RequesterExtensions
Useful extensions for IRequester objects.
public static IDownload FetchWithCorsAsync(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.