Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Render the closing tag.
Syntax
Visual Basic Public Sub
RenderEndFontTag( ByVal writer As HtmlTextWriter )C# public void
RenderEndFontTag(HtmlTextWriter writer );Managed C++ public: void
RenderEndFontTag(HtmlTextWriter writer );JScript public function
RenderEndFontTag(writer : HtmlTextWriter );
Parameters
writer Required. The HtmlTextWriter to receive the HTML.
Return Value
No return value.
Applies To
CssCollection
See Also