PropertySet.ConvertHtmlCodePageToUTF8 Property

Definition

Gets or sets a value that indicates whether the server should convert the HTML code page to UTF8 encoding.

public:
 property Nullable<bool> ConvertHtmlCodePageToUTF8 { Nullable<bool> get(); void set(Nullable<bool> value); };
public Nullable<bool> ConvertHtmlCodePageToUTF8 { get; set; }
Public Property ConvertHtmlCodePageToUTF8 As Nullable(Of Boolean)

Property Value

true if the server should convert the HTML code page to UTF9; otherwise, false. This property may be a null reference (Nothing in Visual Basic).

Applies to