Class TemplateContentOptions
Class TemplateContentOptions
Namespace: Aspose.Html.Converters
Assembly: Aspose.HTML.dll (25.4.0)
Inline content object for merging processing.
[ComVisible(true)]
public sealed class TemplateContentOptions
Inheritance
object ← TemplateContentOptions
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
DataContent
Data content property.
public string DataContent { get; }
Property Value
Format
String representation of Aspose.Html.Converters.TemplateContentOptions.ContentType property.
public string Format { get; }