AngleSharp by AngleSharp

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

 CorsRequest

public class CorsRequest
Represents the arguments to perform a fetch with CORS.
public OriginBehavior Behavior { get; set; }

Gets or sets the behavior in case of no CORS.

public IIntegrityProvider Integrity { get; set; }

Gets or sets the integrity provider, if any.

public ResourceRequest Request { get; }

Gets the original request to perform.

public CorsSetting Setting { get; set; }

Gets or sets the CORS settings to use.

public CorsRequest(ResourceRequest request)

Creates a new CORS enabled request.