/NSoup

NSoup is a .NET port of the jsoup (http://jsoup.org) HTML parser and sanitizer originally written in Java

Primary LanguageC#MIT LicenseMIT

Nuget

Install-Package NSoup.Azrng

NSoup

NSoup is a .NET port of the jsoup HTML parser and sanitizer originally written in Java.

jsoup originally written by Jonathan Hedley. Ported to .NET by Amir Grozki.

NOTE:

  • 2.0.3
    • 降级到netstandard2.0
  • 2.0.2
    • 移除img标签转image操作
  • 2018-01-09
    • supported .NET Standard 2.0 by Milen
  • 2013-07-10
    • In the last few months I've been struggling with a few tests crashing for some reason I cannot isolate. I've pushed the latest version of the source code, and if anyone can help solve those issues it would greatly help this project.

Features

  • jQuery-like CSS selectors for finding and extracting data from HTML pages.
  • Sanitize HTML sent from untrusted sources.
  • Manipulate HTML documents.