Contains the state of a content conversion process.
Basic interface for Internet Content encoders. A class implementing this interface and having a defau...
Grade ConversionGrade
How well the content is converted.
string[] FromContentTypes
Converts content from these content types.
Task< bool > ConvertAsync(ConversionState State)
Performs the actual conversion.
string[] ToContentTypes
Converts content to these content types. Return an array of "*" to signify content can be converted t...