PdfWebControlLiteRenderEndTag Method |
Renders the HTML closing tag of the control into the specified writer.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override void RenderEndTag(
HtmlTextWriter writer
)
Public Overrides Sub RenderEndTag (
writer As HtmlTextWriter
)
Parameters
- writer
- Type: System.Web.UIHtmlTextWriter
A HtmlTextWriter that represents the output stream to render HTML content on the client.
Remarks See Also