IdnElement::Enabled Property
Gets or sets the value of the IdnElement configuration setting.
Assembly: System (in System.dll)
[ConfigurationPropertyAttribute(L"enabled", DefaultValue = UriIdnScope::None)] public: property UriIdnScope Enabled { UriIdnScope get (); void set (UriIdnScope value); }
Property Value
Type: System::UriIdnScopeA System::UriIdnScope that contains the current configuration setting for IDN processing.
The International Domain Name (IDN) attribute only controls IDN processing. All other International Resource Identifiers (IRI) processing (character normalization, for example) is performed by default.
The configuration setting for the IdnElement is indirectly controlled by the System.Configuration::IriParsingElement configuration setting that controls IRI processing in the System::Uri 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 configuration setting for the IdnElement 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.