Mono Class Library: System Namespace

System.UriBuilder Class

Provides a mutable version of the Uri class. [Edit]

See Also: UriBuilder Members

public class UriBuilder

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Remarks

The Uri and UriBuilder classes both represent a Uniform Resource Identifier (URI). Instances of the Uri type are immutable: once the underlying URI is specified, neither it nor its components, or constituent parts, can be changed. The UriBuilder type permits modifications to the components of the URI it represents. The UriBuilder.Uri property provides the current contents of a UriBuilder as a Uri instance.

Note: For more information on URI, see IETF RFC 2396.

[Edit]

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.x.x, 1.0.5000.0, 2.0.0.0