Home
C# / C Sharp
2D Graphics
Class Interface
Collections Data Structure
Components
Data Types
Database ADO.net
Date Time
Design Patterns
Development Class
Event
File Stream
Generics
GUI Windows Form
Internationalization I18N
Language Basics
LINQ
Network
Office
Reflection
Regular Expressions
Security
Services Event
Thread
Web Services
Windows
Windows Presentation Foundation
XML
XML LINQ
UriBuilder « Network « C# / C Sharp
C# / C Sharp
Network
UriBuilder
1.
Initializes a new instance of the UriBuilder class with the specified scheme and host.
2.
Initializes a new instance of the UriBuilder class with the specified scheme, host, and port.
3.
Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, and path.
4.
Initializes a new instance of the UriBuilder class with the specified scheme, host, port number, path and query string or fragment identifier.
5.
Gets or sets the fragment portion of the URI.
6.
Gets or sets any query information included in the URI.