NSoup.Standard 2.0.1

dotnet add package NSoup.Standard --version 2.0.1
NuGet\Install-Package NSoup.Standard -Version 2.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="NSoup.Standard" Version="2.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add NSoup.Standard --version 2.0.1
#r "nuget: NSoup.Standard, 2.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install NSoup.Standard as a Cake Addin
#addin nuget:?package=NSoup.Standard&version=2.0.1

// Install NSoup.Standard as a Cake Tool
#tool nuget:?package=NSoup.Standard&version=2.0.1

NSoup

NSoup is a .NET port of the jsoup (https://github.com/jhy/jsoup) HTML parser and sanitizer originally written in Java.

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

NOTE:

(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.
Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • .NETStandard 2.0

    • No dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on NSoup.Standard:

Package Downloads
V.Wx.OP

支持开放平台公众号相关管理。 开放平台小程序相关管理。 开放平台代替公众号模板消息等开放平台具备的功能。 内部Httpclient升級。 同时还具备开放平台操作小程序的所有功能网管 支持小程序相关功能。 增加支持公众号订阅状态判断查询

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
2.0.1 241,520 1/10/2018
2.0.0 1,977 1/9/2018

forked from https://github.com/GeReV/NSoup
update .NET Standard 2.0
source: https://github.com/milenstack/NSoup