Name | Description | |
---|---|---|
![]() | Data | Gets the data of this data URI. |
![]() | IsAbsolute | Overridden. Indicates whether this URI is absolute. Always returns true for data URIs. |
![]() | IsBase64 | Indicates whether this data URI's data should be Base64 encoded. |
![]() | IsFile | Overridden. Indicates whether this URI represents a file. Always returns false for data URIs. |
![]() | MimeType | Gets the MIME type of the data this data URI contains. |