CustomWizardPromptControlPage OnGetContentsCore Method TIBCO Spotfire 6.0 API Reference
Supply the contents of the form using the writer.

Namespace: Spotfire.Dxp.Web.Forms
Assembly: Spotfire.Dxp.Web (in Spotfire.Dxp.Web.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

protected abstract void OnGetContentsCore(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UI HtmlTextWriter
The writer.
See Also