Class TemplateLoadOptions

Class TemplateLoadOptions

Der Name: Aspose.Html.Loading Sammlung: Aspose.HTML.dll (25.4.0)

Spezifische Ladungsoptionen Datenklasse.

[ComVisible(true)]
public class TemplateLoadOptions

Inheritance

object TemplateLoadOptions

Vererbte Mitglieder

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

Eigentum, in dem festgelegt wird, ob die Template und Datenelementnamen unabhängig vom Charakterfall angepasst werden oder nicht.Wenn es wahr ist, entspricht der Fall empfindlich; wenn es falsch ist, wird der Fall des Charakters ignoriert.Default ist wahr.

public bool NamesAreCaseSensitive { get; set; }

Eigentumswert

bool

 Deutsch