FAKE - F# Make


Image

Represents a described image object

Record Fields

Record FieldDescription
Image
Signature: ImageUri

(Required) A URL to the image file or a data URI with the base64-encoded image inline

Title
Signature: SimpleString option

(Optional) Alt-text for the image

Instance members

Instance memberDescription
WriteJson(writer)
Signature: writer:JsonWriter -> JsonWriter

Writes the Image to a JSON writer

Static members

Static memberDescription
FromUrlWithoutTitle(url)
Signature: url:string -> Image
Fork me on GitHub