minify property
Leave feedback
On this page
The property enables HTML content and HTML resources minification.
Compression of the output content (HTML, CSS, and SVG) is one of the ways to optimize the HTML file. To do this, set this property to True.
For a code example, see the documentation.
@property
def minify(self):
...
@minify.setter
def minify(self, value):
...
- class
HtmlViewOptions
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.