XmlSchemaValidator.XmlResolver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the XmlResolver object used to resolve xs:import
and xs:include
elements as well as xsi:schemaLocation
and xsi:noNamespaceSchemaLocation
attributes.
public:
property System::Xml::XmlResolver ^ XmlResolver { void set(System::Xml::XmlResolver ^ value); };
public System.Xml.XmlResolver? XmlResolver { set; }
public System.Xml.XmlResolver XmlResolver { set; }
member this.XmlResolver : System.Xml.XmlResolver
Public Property XmlResolver As XmlResolver
Property Value
An XmlResolver object; the default is an XmlUrlResolver object.
Remarks
Important
The ProcessInlineSchema and ProcessSchemaLocation validation flags of an XmlSchemaValidator object are not set be default. Additionally, the XmlResolver property of an XmlSchemaValidator object is null
by default. As a result, external schemas referenced in include, imports, or redefine elements are not resolved by default.
Applies to
See also
.NET