Chapter 5Developing with Uniform Resource Identifiers (URIs)
|
||
|
What do we have in this chapter?
Key Components of a URIScheme ComponentAuthority ComponentPath ComponentQuery ComponentURI TypesWorking with System.UriCanonicalizationComparing URIsWorking with SchemesParsing Host NamesUsing System.Uri in Your ApplicationWhen to Use System.UriWhen Not to Use System.UriC# URIs Program ExampleVB .NET URIs Program Example
Summary
This chapter will introduce the Uniform Resource Identifier (URI). We will describe its purpose, the required parts, and the common components that exist in a URI. This chapter will also introduce System.Uri namespace, the type which used to represent and manipulate a URI in the .NET Framework. Finally we will discuss the issues that developers often encounter when working with System.Uri and exposing it in the application programming interfaces (APIs) that they develop.
|
|
|
![]() Custom Search
|
|
< Serialization | Part 1 | Part 2 | Intro to System.Net Namespace > | ||