Class HTMLSaveOptions

HTMLSaveOptions class

Vertegenwoordigt HTML-opslagopties.

public class HTMLSaveOptions : SaveOptions

Constructeurs

NaamBeschrijving
HTMLSaveOptions()De standaard constructeur.

Eigenschappen

NaamBeschrijving
DocumentType { get; set; }Haalt het uitvoerdocumenttype op of stelt het in.
ResourceHandlingOptions { get; }Krijgt eenResourceHandlingOptions object dat wordt gebruikt voor de configuratie van het omgaan met bronnen.
SerializeInputValue { get; set; }Deze optie bepaalt of de waarde van deHTMLInputElement s of deHTMLTextAreaElement s “waarde”-eigenschap in het “waarde”-kenmerk.

Velden

NaamBeschrijving
const AUTOHet uitvoerdocumenttype wordt automatisch geselecteerd.
const HTMLHet document wordt opgeslagen als HTML.
const XHTMLHet document wordt opgeslagen als XHTML.

Zie ook