Interface
IContent

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

Data

Gets the content data.

Declaration

cs-api-definition
object Data { get; }

Property Value

object

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.

In this article
DefinitionPropertiesDataMimeTypeMethodsAsString()
Not finding the help you need?
Contact Support