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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.