Click or drag to resize
Askia

IElementRenderPage Method

Render the corresponding page for the specified interview

Namespace:  AskiaCore
Assembly:  AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax
IPageRender RenderPage(
	IInterview interview,
	string outputId = "",
	string formTag = ""
)

Parameters

interview
Type: AskiaCoreIInterview
Interview for which the page will be rendered
outputId (Optional)
Type: SystemString
Id of the output used for the rendering
formTag (Optional)
Type: SystemString
Tag used for the form element during the rendering

Return Value

Type: IPageRender
Returns the rendered page
See Also