Share via


Document.defaultCharset Property

SharePoint Designer Developer Reference

Returns a String that represents the default character set of the page.

Syntax

expression.defaultCharset

expression   Required. A variable that represents a Document object.

Remarks

The default value of the defaultCharset property is Windows-1252. For more information on character sets, see HTML Character Sets.

See Also