Property CrossOrigin
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
CrossOrigin
Gets or sets a value corresponding to the attribute 'crossorigin' on the given 'script' element.
public string CrossOrigin { get; set; }
Property Value
- string
An enumeration specifying the CORS (Cross-Origin Resource Sharing) setting attributes. Possible values are
anonymous
,use-credentials
and empty string.
Remarks
This is introduced in SVG 2
.
- See Also