Application.OptimizeHTMLFlags Property

SharePoint Designer Developer Reference

Returns or sets an OptimizeHTMLFlags constant that represents how the HTML code is optimized in a Web page.

Syntax

expression.OptimizeHTMLFlags

expression   Required. A variable that represents an Application object.

Remarks

Use OptimizeHTMLEnabled to turn optimization on. Specify additional optimization settings by separating each with a plus sign (+).

See Also