HtmlTextWriter Snippets
Download All (3 Kb)
-
HtmlTextWriter-RenderTag
» Visual Studio Content Installer , 1K, uploaded 12 November 2009 - 204 downloads
-
HtmlTextWriter-AddAttribute
» Visual Studio Code Snippet , 1K, uploaded 12 November 2009 - 219 downloads
-
HtmlTextWriter-AddStyle
» Visual Studio Code Snippet , 1K, uploaded 12 November 2009 - 212 downloads
Overview
Visual Studio code snippets for fast usage of HtmlTextWriterI have published here some of my Visual Studio code snippets for fast usage of HtmlTextWriter.
I found them very useful when implementing custom ASP.NET controls.
- Render Html Tag wrt
- Add Html Attribute wra
- Add Html Style wrs
Please, check out the small animated sample bellow.

Requirements
You can use the snippets in:- Visual Studio 2005;
- Visual Studio 2008;
- Visual Studio 2010;
Instructions
- Download snippets on this page.
- Copy the snippets to the Visual Studio Code Snippets directory. Locations of the directory for the different versions of Visual Studio are:
- Visual Studio 2005 - %My Documents%\Visual Studio 2005\Code Snippets\Visual C#\MySnippets
- Visual Studio 2008 - %My Documents%\Visual Studio 2008\Code Snippets\Visual C#\MySnippets
- Visual Studio 2010 - %My Documents%\Visual Studio 2010\Code Snippets\Visual C#\MySnippets
Additional Information
These code snippets are for C# language only.Search
Forums
Disclaimer
The words and opinions expressed here are my own, and do not, in any way, represent
the views of my employer.
