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 font tag.
Syntax
Visual Basic Public Sub
RenderBeginFontTag( ByVal writer As HtmlTextWriter )C# public void
RenderBeginFontTag(HtmlTextWriter writer );Managed C++ public: void
RenderBeginFontTag(HtmlTextWriter writer );JScript public function
RenderBeginFontTag(writer : HtmlTextWriter );
Parameters
writer Required. The HtmlTextWriter to receive the HTML.
Return Value
No return value.
Applies To
CssCollection
See Also