AngleSharp.Attributes
Namespace with 7 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.
DomDescriptionAttribute
This attribute is used to place a description on some object.
The description can then be read out at runtime.
DomHistorical
This attribute decorates official DOM objects that should no
longer be used and are therefore considered deprecated.
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 and should be checked.
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.