IBlob.Type
IBlob.Type property
The ASCII-encoded String in lower case representing the media type of the Blob. On getting, user agents must return the type of a Blob as an ASCII-encoded String in lower case, such that when it is converted to a byte sequence, it is a parsable MIME type, or the empty String – 0 bytes – if the type cannot be determined.
public String Type { get; }
See Also
- interface IBlob
- package com.aspose.html.IO
- package Aspose.HTML