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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.