System Namespace
Provides a custom constructor for uniform resource indentifiers ( URIs ) and modifies URIs for the Uri class.
Visibility |
Constructor |
Parameters |
public |
UriBuilder |
( )
|
public |
UriBuilder |
(
String
uri
)
|
public |
UriBuilder |
(
Uri
uri
)
|
public |
UriBuilder |
(
String
schemeName
,
String
hostName
)
|
public |
UriBuilder |
(
String
scheme
,
String
host
,
Int32
portNumber
)
|
public |
UriBuilder |
(
String
scheme
,
String
host
,
Int32
port
,
String
pathValue
)
|
public |
UriBuilder |
(
String
scheme
,
String
host
,
Int32
port
,
String
path
,
String
extraValue
)
|
|
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.
Uri
|
|