Nevron.Nov Namespace : NDataUri Class |
The following tables list the members exposed by NDataUri.
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. |
![]() | IsData | Determines whether this is a data URI. (Inherited from Nevron.Nov.NUriBase) |
![]() | IsFile | Overridden. Indicates whether this URI represents a file. Always returns false for data URIs. |
![]() | IsHTTP | Determines whether this is an HTTP or HTTPS uri. (Inherited from Nevron.Nov.NUriBase) |
![]() | MimeType | Gets the MIME type of the data this data URI contains. |
![]() | OriginalString | Gets the string this URI was created from. (Inherited from Nevron.Nov.NUriBase) |
![]() | Scheme | Gets the scheme of this URI. (Inherited from Nevron.Nov.NUriBase) |
Name | Description | |
---|---|---|
![]() | DeepClone | Overridden. Creates an identical copy of this object. |
![]() | Equals | Determines whether the specified object is equal to this URI. (Inherited from Nevron.Nov.NUriBase) |
![]() ![]() | FromImage | Overloaded. Creates a Base64 data URI using the encoded data of the given image or encoding it to PNG if it is not already encoded. Returns null if the image serialization fails. |
![]() | GetHashCode | Returns the hash code for this URI. (Inherited from Nevron.Nov.NUriBase) |
![]() | GetLocalPath | Overloaded. Gets a local path for this URI default path notation. Throws an exception, if such path cannot be proved. (Inherited from Nevron.Nov.NUriBase) |
![]() | ToString | Gets the string representation of this data URI. |
![]() | TryGetLocalPath | Overloaded. Tries to get a local path from this URI, using the application default path notation. (Inherited from Nevron.Nov.NUriBase) |