<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/c-sharp/tags/html</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Fri, 24 May 2013 20:41:35 GMT</pubDate>
<item>
<title>(C#) .NET - C# - WebClient and HtmlAgilityPack - Fetching and Parsing HTML - denakitan</title>
<link>http://snipplr.com/view/68101/net--c--webclient-and-htmlagilitypack--fetching-and-parsing-html/</link>
<description><![CDATA[ <p>Shows how to use WebClient class to retrieve HTML from an URL and then to use HtmlAgilityPack to parse it.</p> ]]></description>
<pubDate>Mon, 05 Nov 2012 14:50:26 GMT</pubDate>
<guid>http://snipplr.com/view/68101/net--c--webclient-and-htmlagilitypack--fetching-and-parsing-html/</guid>
</item>
<item>
<title>(C#) HtmlString type which allow you to execute html tags - tonatiuh</title>
<link>http://snipplr.com/view/49784/htmlstring-type-which-allow-you-to-execute-html-tags/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Mon, 28 Feb 2011 06:24:58 GMT</pubDate>
<guid>http://snipplr.com/view/49784/htmlstring-type-which-allow-you-to-execute-html-tags/</guid>
</item>
<item>
<title>(C#) create html table dynamically - hairajeshk</title>
<link>http://snipplr.com/view/41915/create-html-table-dynamically/</link>
<description><![CDATA[ <p>create html table dynamically</p> ]]></description>
<pubDate>Sat, 09 Oct 2010 03:30:26 GMT</pubDate>
<guid>http://snipplr.com/view/41915/create-html-table-dynamically/</guid>
</item>
<item>
<title>(C#) Remove HTML from string - derekholmes</title>
<link>http://snipplr.com/view/40618/remove-html-from-string/</link>
<description><![CDATA[ <p>Remove breaklines / html formatting</p> ]]></description>
<pubDate>Fri, 17 Sep 2010 01:06:51 GMT</pubDate>
<guid>http://snipplr.com/view/40618/remove-html-from-string/</guid>
</item>
<item>
<title>(C#) HTML safe string - SuprDewd</title>
<link>http://snipplr.com/view/37843/html-safe-string/</link>
<description><![CDATA[ <p>Extension methods for making strings HTML safe.</p> ]]></description>
<pubDate>Sat, 24 Jul 2010 04:25:55 GMT</pubDate>
<guid>http://snipplr.com/view/37843/html-safe-string/</guid>
</item>
<item>
<title>(C#) Strip Html Extension Method - pauliehaha</title>
<link>http://snipplr.com/view/30147/strip-html-extension-method/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 23 Mar 2010 04:19:54 GMT</pubDate>
<guid>http://snipplr.com/view/30147/strip-html-extension-method/</guid>
</item>
<item>
<title>(C#) .NET HTML Formatter - tclancy</title>
<link>http://snipplr.com/view/28048/net-html-formatter/</link>
<description><![CDATA[ <p>Requires TidyATL library for .NET - http://www.devx.com/dotnet/Article/20505/1763/page/2</p> ]]></description>
<pubDate>Tue, 09 Feb 2010 12:33:13 GMT</pubDate>
<guid>http://snipplr.com/view/28048/net-html-formatter/</guid>
</item>
<item>
<title>(C#) HTML Class for C# - mpcircuitry</title>
<link>http://snipplr.com/view/24925/html-class-for-c/</link>
<description><![CDATA[ <p>This class uses static methods to create html controls on the fly in .NET</p> ]]></description>
<pubDate>Wed, 16 Dec 2009 23:49:54 GMT</pubDate>
<guid>http://snipplr.com/view/24925/html-class-for-c/</guid>
</item>
<item>
<title>(C#) C# Strip XML/HTML from string - jasonseney</title>
<link>http://snipplr.com/view/20590/c-strip-xmlhtml-from-string/</link>
<description><![CDATA[ <p>[Credit - Sam Allen, Dot Net Perls](http://dotnetperls.com/remove-html-tags)</p> ]]></description>
<pubDate>Fri, 02 Oct 2009 12:31:52 GMT</pubDate>
<guid>http://snipplr.com/view/20590/c-strip-xmlhtml-from-string/</guid>
</item>
<item>
<title>(C#) Upload File - gatekiller</title>
<link>http://snipplr.com/view/19165/upload-file/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Wed, 02 Sep 2009 06:44:46 GMT</pubDate>
<guid>http://snipplr.com/view/19165/upload-file/</guid>
</item>
<item>
<title>(C#) Experimental HTML Building Fluent Interface - jmcd</title>
<link>http://snipplr.com/view/17876/experimental-html-building-fluent-interface/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Tue, 04 Aug 2009 04:50:46 GMT</pubDate>
<guid>http://snipplr.com/view/17876/experimental-html-building-fluent-interface/</guid>
</item>
<item>
<title>(C#) Get HTML from a URI - pckujawa</title>
<link>http://snipplr.com/view/17389/get-html-from-a-uri/</link>
<description><![CDATA[ <p></p> ]]></description>
<pubDate>Thu, 23 Jul 2009 11:56:11 GMT</pubDate>
<guid>http://snipplr.com/view/17389/get-html-from-a-uri/</guid>
</item>
<item>
<title>(C#) Convert ASP.NET PlaceHolder to HTML tag with attributes - jasonseney</title>
<link>http://snipplr.com/view/15032/convert-aspnet-placeholder-to-html-tag-with-attributes/</link>
<description><![CDATA[ <p>## Markup ##
_Using square [ ] brackets for compatibility with Snipplr comment form_

	[asp:PlaceHolder ID="StuffHolder" runat="server" ]
		Some stuff in here
	[/asp:PlaceHolder]                

## Code Behind ##

	HtmlAttr[] attributes = {
		new HtmlAttr("id","stuff"),
		new HtmlAttr("class","container")
	};
	PlaceHolderToTag(StuffHolder, "div", attributes);

## Result ##

	[div id="stuff" class="container"]
		Some stuff in here
	[/div]
	
### Notes:

Useful with the "Visible" property on the placeholder, and facilites 
programmically setting IDs on DIVs (can set id based on some item name)</p> ]]></description>
<pubDate>Thu, 14 May 2009 15:08:05 GMT</pubDate>
<guid>http://snipplr.com/view/15032/convert-aspnet-placeholder-to-html-tag-with-attributes/</guid>
</item>
<item>
<title>(C#) Get Input Controls Name And Value In HTML Page - zvasanth</title>
<link>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</link>
<description><![CDATA[ <p>Everything is either true or untrue, or both true and untrue, or neither true nor untrue - nagarguna</p> ]]></description>
<pubDate>Sat, 29 Dec 2007 02:00:22 GMT</pubDate>
<guid>http://snipplr.com/view/4430/get-input-controls-name-and-value-in-html-page/</guid>
</item>
</channel>
</rss>