Share via


WebUtilityElement.UnicodeDecodingConformance 屬性

定義

取得用於 WebUtility 物件的預設 Unicode 解碼一致性行為。

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

屬性值

傳回 UnicodeDecodingConformance

預設 Unicode 解碼行為。

屬性

適用於

另請參閱