Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 550 Bytes

xmlloadsettings_validateonparse.md

File metadata and controls

22 lines (15 loc) · 550 Bytes
-api-id -api-type
P:Windows.Data.Xml.Dom.XmlLoadSettings.ValidateOnParse
winrt property

Windows.Data.Xml.Dom.XmlLoadSettings.ValidateOnParse

-description

Gets or sets a value that specifies whether the XML parser should validate this document against the document type definition (DTD) on loading.

-property-value

If true, the internal or external DTD will be used to validate the document. The default value is false.

-remarks

-examples

-see-also