Provides the configuration setting for International Resource Identifier (IRI) processing in the System..::.Uri class.
Namespace:
System.Configuration
Assembly:
System (in System.dll)
Visual Basic (Declaration)
Public NotInheritable Class IriParsingElement _
Inherits ConfigurationElement
Dim instance As IriParsingElement
public sealed class IriParsingElement : ConfigurationElement
public ref class IriParsingElement sealed : public ConfigurationElement
public final class IriParsingElement extends ConfigurationElement
The existing System..::.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 IriParsingElement will be read once when the first System..::.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 System..::.Uri class.
System..::.Object
System.Configuration..::.ConfigurationElement
System.Configuration..::.IriParsingElement
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
.NET Framework
Supported in: 3.5 SP1, 3.0 SP1, 2.0 SP1
Reference