PropertySet.ConvertHtmlCodePageToUTF8 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 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).