Class TemplateLoadOptions

Class TemplateLoadOptions

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

Specific load options data class.

[ComVisible(true)]
public class TemplateLoadOptions

Inheritance

objectTemplateLoadOptions

Inherited Members

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

Constructors

TemplateLoadOptions()

public TemplateLoadOptions()

Properties

NamesAreCaseSensitive

Property that specifies whether the template and data element names will be matched regardless to the character case or not. If true, matching is case sensitive; if false, character case will be ignored. Default value is true.

public bool NamesAreCaseSensitive { get; set; }

Property Value

bool