Class HTMLSaveOptions
Class HTMLSaveOptions
Navne til: Aspose.Html.Saving Sammensætning: Aspose.HTML.dll (25.4.0)
HTML gemmer alternativer.
[ComVisible(true)]
public class HTMLSaveOptions : SaveOptions
Inheritance
object ← SaveOptions ← HTMLSaveOptions
De arvede medlemmer
SaveOptions.ResourceHandlingOptions , object.GetType() , object.MemberwiseClone() , object.ToString() , object.Equals(object?) , object.Equals(object?, object?) , object.ReferenceEquals(object?, object?) , object.GetHashCode()
Constructors
HTMLSaveOptioner()
public HTMLSaveOptions()
Fields
AUTO
Udgangsdokumentstypen vælges automatisk.
public const byte AUTO = 0
Fællesværdi
HTML
Dokumentet vil blive gemt som HTML.
public const byte HTML = 1
Fællesværdi
XHTML
Dokumentet vil blive gemt som XHTML.
public const byte XHTML = 2
Fællesværdi
Properties
DocumentType
Få eller indstille udgangsdokumenttypen.
public byte DocumentType { get; set; }
Ejendomsværdi
SerializeInputValue
Denne mulighed kontrollerer, om du skal serialisere værdien af Aspose.Html.HTMLInputElement’s eller Aspose.Html.HTMLTextAreaElement’s “værdi” egenskab til “værdi” egenskab.
public bool SerializeInputValue { get; set; }