Gets or sets the base URL used to resolve relative URLs when GetEntity is called.
[Visual Basic] Public Property BaseUri As String [C#] public string BaseUri {get; set;} [C++] public: __property String* get_BaseUri(); public: __property void set_BaseUri(String*); [JScript] public function get BaseUri() : String; public function set BaseUri(String);
The base URL used to resolve relative URLs when GetEntity is called.
XmlUrlResolver Class | XmlUrlResolver Members | System.NewXml Namespace