Class TemplateData

Class TemplateData

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

Merging (User) data object.

[ComVisible(true)]
public sealed class TemplateData

Inheritance

objectTemplateData

Inherited Members

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

Constructors

TemplateData(TemplateContentOptions)

Inline content based on initialization (XML, JSON).

public TemplateData(TemplateContentOptions contentOptions)

Parameters

contentOptions TemplateContentOptions

Content description object.

TemplateData(string)

Absolute path to data file (XML, JSON) based on initialization.

public TemplateData(string dataPath)

Parameters

dataPath string

Path to data file (XML, JSON)

Properties

ContentOptions

Content object property.

public TemplateContentOptions ContentOptions { get; }

Property Value

TemplateContentOptions

DataPath

Data path property.

public string DataPath { get; }

Property Value

string

 English