ForHtmlView

ForHtmlView()

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

public static ViewInfoOptions ForHtmlView()

Return Value

New instance of the ViewInfoOptions class.

See Also


ForHtmlView(bool)

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

public static ViewInfoOptions ForHtmlView(bool renderSinglePage)
Parameter Type Description
renderSinglePage Boolean Enables HTML content rendering to a single page.

Return Value

New instance of the ViewInfoOptions class.

See Also