System
4.0.0.0
System.Configuration.ConfigurationSection
The existing 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 class.
Represents the Uri section within a configuration file.
Constructor
4.0.0.0
The existing 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 class.
For more information on IRI support, see the Remarks section for the class.
Initializes a new instance of the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("idn")
System.Configuration.IdnElement
To be added.
The existing 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 class. The property returns the configuration setting for IDN processing in the class.
IRI processing must be enabled for IDN processing to be possible. If IRI processing is disabled, then IDN processing will be set to the default setting where the .NET Framework 2.0 behavior is used for compatibility and IDN names are not used.
The Internationalized Domain Name (IDN) attribute only controls IDN processing. All other IRI processing (character normalization, for example) is performed by default.
The configuration setting for the will be read once when the first class is constructed. Changes to configuration settings after that time are ignored.
For more information on IRI support, see the Remarks section for the class.
Gets an object that contains the configuration setting for International Domain Name (IDN) processing in the class.
Property
4.0.0.0
System.Configuration.ConfigurationProperty("iriParsing")
System.Configuration.IriParsingElement
To be added.
The existing 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 class. The property returns the configuration setting for IRI parsing in the class.
IRI processing must be enabled for IDN processing to be possible. If IRI processing is disabled, then IDN processing will be set to the default setting where the .NET Framework 2.0 behavior is used for compatibility and IDN names are not used.
The Internationalized Domain Name (IDN) attribute only controls IDN processing. All other IRI processing (character normalization, for example) is performed by default.
The configuration setting for the will be read once when the first class is constructed. Changes to configuration settings after that time are ignored.
For more information on IRI support, see the Remarks section for the class.
Gets an object that contains the configuration setting for International Resource Identifiers (IRI) parsing in the class.
Property
4.0.0.0
System.Configuration.ConfigurationPropertyCollection
To be added.
To be added.
To be added.