WebUtilityElement.UnicodeEncodingConformance Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft das standardmäßige Unicode-Codierungsübereinstimmungsverhalten ab, das für ein WebUtility-Objekt verwendet wird.
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
Eigenschaftswert
Gibt UnicodeEncodingConformancezurück.
Das standardmäßige Unicode-Codierungsverhalten.
- Attribute
Gilt für:
Weitere Informationen
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.