Click or drag to resize
Cimbalino ToolkitUriBuilderExtensions Methods

The UriBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAppendQueryParameter
Appends a key value pair to the current query information included in the URI.
Public methodStatic memberAppendQueryParameterIfValueNotEmpty
Appends a key value pair to the current query information included in the URI, if the value is not null or empty.
Public methodStatic memberBuild
Gets the Uri instance constructed by the specified UriBuilder instance.
Public methodStatic memberSetFragment
Sets the fragment portion of the URI.
Public methodStatic memberSetHost
Sets the Domain Name System (DNS) host name or IP address of a server.
Public methodStatic memberSetPassword
Sets the password associated with the user that accesses the URI.
Public methodStatic memberSetPath(UriBuilder, String)
Sets the path to the resource referenced by the URI.
Public methodStatic memberSetPath(UriBuilder, String, Object)
Sets the path to the resource referenced by the URI.
Public methodStatic memberSetPort
Sets the port number of the URI.
Public methodStatic memberSetQuery
Sets any query information included in the URI.
Public methodStatic memberSetScheme
Sets the scheme name of the URI.
Public methodStatic memberSetUserName
Sets the user name associated with the user that accesses the URI.
Top
See Also