ImageUri
Represents the URI to an image (either a normal URI or a DataUri)
Union Cases
Union Case | Description |
DataUri(string)
Signature: string
|
![]() ![]() A Data uri of the image encoded as Base64 data |
ImageUrl(Uri)
Signature: Uri
|
![]() ![]() A simple URI of the image |
Instance members
Instance member | Description |
WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter
|
![]() ![]() Writes the image uri to a JSON writer |