Project Description
A small .NET 2.0 Windows application based on the HtmlTextWriterUtility by kind permission of the original author.
SharePoint web part developers might love this utility.

This is a development of http://www.codeplex.com/HtmlTextWriterUtil and has been developed by the gracious permission of JonasButt http://www.codeplex.com/site/users/view/JonasButt.

Features

- Converts HTML, CSS, JavaScript and other types of web content to C# or VB.NET code, mainly for use in the Render method of web parts;
- Set the name of the HtmlTextWriter instance;
- Choose between HtmlTextWriter only code and StringBuilder code;
- Copy result to clipboard;

Example

<div class="myCssClass">Hello World!</div>
converts to
writer.Write("<div class=\"myCssClass\">Hello World!</div>");


Last edited Jan 21 at 7:40 PM by TATWORTH, version 2

 

Want to leave feedback?
Please use Discussions or Reviews instead.

Updating...
© 2006-2009 Microsoft | About CodePlex | Privacy Statement | Terms of Use | Code of Conduct | Advertise With Us | Version 2009.10.27.15987