संपादित करें

इसके माध्यम से साझा किया गया


XmlResolver.FileSystemResolver Property

Definition

Gets an XML resolver that resolves only file system URIs.

public:
 static property System::Xml::XmlResolver ^ FileSystemResolver { System::Xml::XmlResolver ^ get(); };
public static System.Xml.XmlResolver FileSystemResolver { get; }
static member FileSystemResolver : System.Xml.XmlResolver
Public Shared ReadOnly Property FileSystemResolver As XmlResolver

Property Value

An XML resolver that resolves only file system URIs.

Remarks

Calling GetEntity(Uri, String, Type) or GetEntityAsync(Uri, String, Type) on the XmlResolver instance returned by this property resolves only URIs whose scheme is file.

Applies to