asp.net.ph

UriBuilder Class

System Namespace


Provides a custom constructor for uniform resource indentifiers ( URIs ) and modifies URIs for the Uri class.

UriBuilder Class Members

Collapse   Constructors

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 )

Collapse   Properties

Visibility Name Value Type Accessibility
public Fragment String [ Get , Set ]
public Host String [ Get , Set ]
public Password String [ Get , Set ]
public Path String [ Get , Set ]
public Port Int32 [ Get , Set ]
public Query String [ Get , Set ]
public Scheme String [ Get , Set ]
public Uri Uri [ Get ]
public UserName String [ Get , Set ]

Collapse   Methods

Visibility Name Parameters Return Type
public Equals ( Object rparam ) Boolean
public GetHashCode ( ) Int32
public ToString ( ) String

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.

See Also

Uri Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph