Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

UriSection Constructor ()

 

Initializes a new instance of the UriSection class.

Namespace:   System.Configuration
Assembly:  System (in System.dll)

public:
UriSection()

The existing System::Uri class has been extended to provide support for International Resource Identifiers (IRI) and Internationalized Domain Names. Current users will not see any change from the .NET Framework 2.0 behavior unless they specifically enable IRI and IDN. This ensures application compatibility with prior versions of the .NET Framework.

The configuration settings for IRI and IDN can be retrieved using the UriSection class.

For more information on IRI support, see the Remarks section for the System::Uri class.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft