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