Click or drag to resize
Cimbalino ToolkitUriBuilderExtensions Class
Provides a set of static (Shared in Visual Basic) methods for UriBuilder instances.
Inheritance Hierarchy
SystemObject
  Cimbalino.Toolkit.ExtensionsUriBuilderExtensions

Namespace: Cimbalino.Toolkit.Extensions
Assembly: Cimbalino.Toolkit.Core (in Cimbalino.Toolkit.Core.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
C#
public static class UriBuilderExtensions

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
Version Information

Portable

Supported in: 4.5

Windows

Supported in: 10.0, 8.1

Windows Phone

Supported in: 8.1

Windows Phone Silverlight

Supported in: 8.1, 8.0
See Also