Ontolica for SharePoint Public API

SearchDialogComponent.RenderComponent Method (HtmlTextWriter)

Renders the search dialog component as HTML.

[Visual Basic]
Overridable Overloads Protected Sub RenderComponent( _
   ByVal output As HtmlTextWriter _
)
[C#]
protected virtual void RenderComponent(
   HtmlTextWriter output
);

Parameters

output
The XmlWriter with which to write.

Remarks

Override this method when you wish to render the component directly as HTML without the need to modidy the associated XSL template.

The HTML output is, however, still passed through an XSL template. But the default Ontolica XSL templates comes with support for passing the HTML output through without the need to modify them.

See Also

SearchDialogComponent Class | NavigoSystems.Ontolica.SharePoint.Custom.WebControls Namespace | SearchDialogComponent.RenderComponent Overload List