System.Configuration.IriParsingElement Class

Provides the configuration setting for International Resource Identifier (IRI) processing in the Uri class.

See Also: IriParsingElement Members

Syntax

public sealed class IriParsingElement : ConfigurationElement

Remarks

The existing Uri class has been extended to provide support for International Resource Identifiers (IRI) based on RFC 3987. Current users will not see any change from the .NET Framework 2.0 behavior unless they specifically enable IRI. This ensures application compatibility with prior versions of the .NET Framework.

The configuration setting for the System.Configuration.IriParsingElement will be read once when the first Uri class is constructed. Changes to configuration settings after that time are ignored.

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

Requirements

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