Class TemplateContentOptions

Class TemplateContentOptions

Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML.dll (25.2.0)

Inline content object for merging processing.

[ComVisible(true)]
public sealed class TemplateContentOptions

Inheritance

objectTemplateContentOptions

Inherited Members

object.GetType(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Constructors

TemplateContentOptions(string, TemplateContent)

Inline (String) based initialization

public TemplateContentOptions(string dataContent, TemplateContent contentType)

Parameters

dataContent string

Inline (String) content.

contentType TemplateContent

Content type.

Properties

ContentType

Content type property.

public TemplateContent ContentType { get; }

Property Value

TemplateContent

DataContent

Data content property.

public string DataContent { get; }

Property Value

string

Format

String representation of Aspose.Html.Converters.TemplateContentOptions.ContentType property.

public string Format { get; }

Property Value

string