Click or drag to resize
Askia

IElementRenderControl Method

Render the corresponding control for the specified interview

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

Parameters

interview
Type: AskiaCoreIInterview
Interview for which the control will be rendered
outputId (Optional)
Type: SystemString
Id of the output used for the rendering

Return Value

Type: IControlRender
Returns the rendered control
See Also