Freigeben über


WebUtilityElement.UnicodeDecodingConformance Eigenschaft

Definition

Ruft das standardmäßige Unicode-Decodierungsübereinstimmungsverhalten ab, das für ein WebUtility-Objekt verwendet wird.

public:
 property System::Net::Configuration::UnicodeDecodingConformance UnicodeDecodingConformance { System::Net::Configuration::UnicodeDecodingConformance get(); void set(System::Net::Configuration::UnicodeDecodingConformance value); };
[System.Configuration.ConfigurationProperty("unicodeDecodingConformance", DefaultValue=System.Net.Configuration.UnicodeDecodingConformance.Auto)]
public System.Net.Configuration.UnicodeDecodingConformance UnicodeDecodingConformance { get; set; }
[<System.Configuration.ConfigurationProperty("unicodeDecodingConformance", DefaultValue=System.Net.Configuration.UnicodeDecodingConformance.Auto)>]
member this.UnicodeDecodingConformance : System.Net.Configuration.UnicodeDecodingConformance with get, set
Public Property UnicodeDecodingConformance As UnicodeDecodingConformance

Eigenschaftswert

Gibt UnicodeDecodingConformancezurück.

Das standardmäßige Unicode-Decodierungsverhalten.

Attribute

Gilt für:

Weitere Informationen