AngleSharp by Florian Rappl

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

 AngleSharp.Attributes

Namespace with 9 public types

 Classes

 DomAccessorAttribute This attribute decorates official DOM objects as specified by the W3C. You could use it to check if the given property or method should be placed on special locations, e.g. as a getter, setter or handled by a delete call.
 DomConstructorAttribute This attribute is used to mark a constructor as being accessible from scripts.
 DomDescriptionAttribute This attribute is used to place a description on some object. The description can then be read out at runtime.
 DomHistoricalAttribute This attribute decorates official DOM objects that should no longer be used and are therefore considered deprecated.
 DomLenientThisAttribute The attribute indicates that invocations of the attribute's getter or setter with a this value that is not an object that implements the interface on which the attribute appears will be ignored.
 DomNameAttribute This attribute decorates official DOM objects as specified by the W3C. You could use it to detect all DOM types or get the correct spelling (PascalCase to camelCase). Multiple usages are allowed.
 DomNoInterfaceObjectAttribute This attribute appears on an interfaces, which must not be available in the ECMAScript binding.
 DomPutForwardsAttribute Decorates a read only attribute declaration whose type is an interface type. It indicates that assigning to the attribute will have specific behavior. Namely, the assignment is "forwarded" to the named attribute.

 Enumerations

 Accessors The various DOM object accessor types.