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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.