WebUtilityElement::UnicodeDecodingConformance Property

.NET Framework (current version)
 

Gets the default Unicode decoding conformance behavior used for an WebUtility object.

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

public:
[ConfigurationPropertyAttribute("unicodeDecodingConformance", 
	DefaultValue = UnicodeDecodingConformance::Auto)]
property UnicodeDecodingConformance UnicodeDecodingConformance {
	UnicodeDecodingConformance get();
	void set(UnicodeDecodingConformance value);
}

Property Value

Type: System.Net.Configuration::UnicodeDecodingConformance

Returns UnicodeDecodingConformance.

The default Unicode decoding behavior.

.NET Framework
Available since 4.5
Return to top
Show: