EncryptedXml.Resolver 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.
Gets or sets the XmlResolver object used by the Document Object Model (DOM) to resolve external XML references.
public:
property System::Xml::XmlResolver ^ Resolver { System::Xml::XmlResolver ^ get(); void set(System::Xml::XmlResolver ^ value); };
public System.Xml.XmlResolver? Resolver { get; set; }
public System.Xml.XmlResolver Resolver { get; set; }
member this.Resolver : System.Xml.XmlResolver with get, set
Public Property Resolver As XmlResolver
Property Value
An XmlResolver object.
Remarks
This property contains an XmlResolver object used to resolve external XML resources such as entities, document type definitions (DTDs), or schemas.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.