dandy / htmldiff.net

Html Diff algorithm for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Description

A library for comparing two HTML files/snippets and highlighting the differences using simple HTML.

This HTML Diff implementation is a C# port of the ruby implementation found here.

Usage

Grab the latest stable version from Nuget: https://www.nuget.org/packages/htmldiff.net/

I have put together a blog post covering how to use the library. A simple demo is included with the solution.

History

The project used to be hosted in CodePlex and has since been migrated here.

About

Html Diff algorithm for .NET

License:MIT License


Languages

Language:C# 99.3%Language:PowerShell 0.7%