Getting Started
Features
Community
Header Directive
You can use Header Directive to inform the compiler on specific configurations.
Header directive must always be the first statement in your Fiddle.
NuGet Package
Include a NuGet package to run your Fiddle.
If you don’t specify a version, the latest version will be automatically used in your Fiddle.
// @nuget: HtmlAgilityPack
// @nuget: HtmlAgilityPack -Version 1.8.2
Example – NuGet Package
Include the package HtmlAgilityPack using header directive to parse an HTML.