WebUtilityElement.UnicodeEncodingConformance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the default Unicode encoding conformance behavior used for an WebUtility object.
public:
property System::Net::Configuration::UnicodeEncodingConformance UnicodeEncodingConformance { System::Net::Configuration::UnicodeEncodingConformance get(); void set(System::Net::Configuration::UnicodeEncodingConformance value); };
[System.Configuration.ConfigurationProperty("unicodeEncodingConformance", DefaultValue=System.Net.Configuration.UnicodeEncodingConformance.Auto)]
public System.Net.Configuration.UnicodeEncodingConformance UnicodeEncodingConformance { get; set; }
[<System.Configuration.ConfigurationProperty("unicodeEncodingConformance", DefaultValue=System.Net.Configuration.UnicodeEncodingConformance.Auto)>]
member this.UnicodeEncodingConformance : System.Net.Configuration.UnicodeEncodingConformance with get, set
Public Property UnicodeEncodingConformance As UnicodeEncodingConformance
Property Value
Returns UnicodeEncodingConformance.
The default Unicode encoding behavior.
- Attributes
Applies to
See also
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.