ForHtmlView

ForHtmlView()

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

public static ViewInfoOptions ForHtmlView()

Return Value

New instance of ViewInfoOptions class.

See Also


ForHtmlView(bool)

Initializes new instance of 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 will be rendered to single page.

Return Value

New instance of ViewInfoOptions class.

See Also