for_html_view method

for_html_view

Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into HTML.

Returns

New instance of the ViewInfoOptions class.

def for_html_view(self):
    ...

for_html_view

Initializes an instance of the ViewInfoOptions class to retrieve information about view when rendering into HTML.

Returns

New instance of the ViewInfoOptions class.

def for_html_view(self, render_single_page):
    ...
Parameter Type Description
render_single_page bool Enables HTML content rendering to a single page.

See Also