Click or drag to resize

CarouselRenderArrows Method

Renders the control's arrows into the specified writer.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected virtual void RenderArrows(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
See Also