SetBaseUri Method
|
|
| Cute Editor for ASP.NET 6.7 Class Library |
| SgmlReader..::..SetBaseUri Method |
| SgmlReader Class See Also Send Feedback |
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.ToolsAssembly:Â 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