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
Samarbejd med os på GitHub
Kilden til dette indhold kan findes på GitHub, hvor du også kan oprette og gennemse problemer og pullanmodninger. Du kan få flere oplysninger i vores vejledning til bidragydere.