UriBuilder Class
Provides a custom constructor for uniform resource indentifiers (URIs) and modifies URIs for the Uri class.
For a list of all members of this type, see UriBuilder Members.
System.Object
System.UriBuilder
[Visual Basic] Public Class UriBuilder [C#] public class UriBuilder [C++] public __gc class UriBuilder [JScript] public class UriBuilder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The UriBuilder class provides a convenient way to modify the contents of a Uri instance without creating a new Uri instance for each modification.
The UriBuilder properties provide read/write access to the read-only Uri properties so that they can be modified.
Requirements
Namespace: System
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System (in System.dll)