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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.