InterfaceIContent
Interface
Represents a content object with data and type information.
Definition
Namespace:Telerik.Reporting.AI
Assembly:Telerik.Reporting.dll
Syntax:
cs-api-definition
public interface IContent
Properties
MimeType
Gets the MIME type of the content.
Declaration
cs-api-definition
string MimeType { get; }
Property Value
string
Methods
AsString()
Converts the content data to a string representation.
Declaration
cs-api-definition
string AsString()
Returns
string
A string representation of the content data.