The base Uri is used to resolve relative Uri's like the SystemLiteral and Href properties. This is a method because BaseURI is a read-only property on the base XmlReader class.

Namespace: CuteEditor.Tools
Assembly: CuteEditor (in CuteEditor.dll) Version: 6.7.0.0

Syntax

C#
public void SetBaseUri(
	string uri
)
Visual Basic
Public Sub SetBaseUri ( _
	uri As String _
)
Visual C++
public:
void SetBaseUri(
	String^ uri
)

Parameters

uri
Type: System..::..String

See Also