Table of Contents

Enum CorsSetting

Namespace
AngleSharp.Io
Assembly
AngleSharp.dll

CORS settings attributes (see 2.6.6).

public enum CorsSetting : byte
Extension Methods

Fields

Anonymous = 1

Cross-origin CORS requests for the element will have the omit credentials flag set.

None = 0

The default (missing) value.

UseCredentials = 2

Cross-origin CORS requests for the element will not have the omit credentials flag set