Class TemplateLoadOptions
Class TemplateLoadOptions
名称: Aspose.Html.Loading 编辑: Aspose.HTML.dll (25.5.0)
具体的负载选项数据类。
[ComVisible(true)]
public class TemplateLoadOptions
Inheritance
继承人
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
指定模板和数据元素名称是否将相匹配,无论字符案例是否不相匹配。如果是真的,匹配是案例敏感;如果是假的,字符案例将被忽略。假设值是真实的。
public bool NamesAreCaseSensitive { get; set; }