raboof - High5 1.0.0-ci-20240706T1312

HTML parsing/serialization toolset for .NET

PM> Install-Package High5 -Version 1.0.0-ci-20240706T1312 -Source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard

> nuget.exe install High5 -Version 1.0.0-ci-20240706T1312 -Source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard

> dotnet add package High5 --version 1.0.0-ci-20240706T1312 --source https://www.myget.org/F/raboof/api/v3/index.json

Copy to clipboard
<PackageReference Include="High5" Version="1.0.0-ci-20240706T1312" />
Copy to clipboard
source https://www.myget.org/F/raboof/api/v3/index.json

nuget High5  ~> 1.0.0-ci-20240706T1312
Copy to clipboard

> choco install High5 --version 1.0.0-ci-20240706T1312 --source https://www.myget.org/F/raboof/api/v2

Copy to clipboard
Import-Module PowerShellGet
Register-PSRepository -Name "raboof" -SourceLocation "https://www.myget.org/F/raboof/api/v2"
Install-Module -Name "High5" -RequiredVersion "1.0.0-ci-20240706T1312" -Repository "raboof" -AllowPreRelease
Copy to clipboard

Browse the sources in this package using Visual Studio or WinDbg by configuring the following legacy symbol server URL: https://www.myget.org/F/raboof/symbols/


High5

Build Status Build Status NuGet MyGet

High5 is a spec-compliant HTML parser .NET Standard library. It parses HTML the way the latest version of your browser does.

High5 was born by porting parse5, which is in JavaScript, to C#.

High5's parser is generic. It can work with any tree model for an HTML document. A default model implementation is supplied that builds a read-only tree of HTML nodes.

Examples

Parse an HTML document:

var html = await new HttpClient().GetStringAsync("http://www.example.com/");
var document = Parser.Parse(html);

Parse an HTML document fragment:

var html = @"
  <div>
    <h1>Example Domain</h1>
    <p>This domain is established to be used for illustrative examples
       in documents. You may use this domain in examples without prior
       coordination or asking for permission.</p>
    <p><a href='http://www.iana.org/domains/example'>More information...</a></p>
  </div>";

var fragment = Parser.ParseFragment(html, null);
  • .NETStandard 1.0
    • NETStandard.Library (>= 1.6.1)
    • System.ValueTuple (>= 4.5.0)
  • .NETStandard 2.0
  • .NETStandard 1.0: 1.0.0.0
  • .NETStandard 2.0: 2.0.0.0

                        
Assembly Assembly hash Match
/lib/netstandard1.0/high5.dll 02043fd447a84555b2ef4eae7a05c06aFFFFFFFF
/lib/netstandard2.0/high5.dll 60a4ae967b944e67b3c0c28950d5e625FFFFFFFF
/lib/netstandard2.0/high5.dll 6185a285240e46578139c51d2d103afcFFFFFFFF
/lib/netstandard1.0/high5.dll f59993dd4f24402bafe92c5ab4e26a12FFFFFFFF

Owners

Atif Aziz

Authors

High5

Project URL

https://github.com/atifaziz/High5

License

MIT

Tags

html5 html

Info

28 total downloads
0 downloads for version 1.0.0-ci-20240706T1312
Download (177.29 KB)
Download legacy symbols (338.08 KB)
Found on the current feed only

Package history

Version Size Last updated Downloads Mirrored?
1.0.0-ci-20240706T1312 177.29 KB Sat, 06 Jul 2024 13:57:25 GMT 0
1.0.0-ci-20240706T1307 177.29 KB Sat, 06 Jul 2024 13:13:47 GMT 0
1.0.0-ci-20240705T2326 177.28 KB Fri, 05 Jul 2024 23:35:17 GMT 0
1.0.0-ci-20240705T2323 177.28 KB Fri, 05 Jul 2024 23:28:52 GMT 0
1.0.0-ci-20240705T1656 177.29 KB Fri, 05 Jul 2024 17:55:52 GMT 0
1.0.0-ci-20190607T1537 176.37 KB Fri, 07 Jun 2019 15:45:58 GMT 0
1.0.0-ci-20190607T1415 177.28 KB Fri, 07 Jun 2019 14:31:45 GMT 1
1.0.0-ci-20180129T0847 89.49 KB Mon, 29 Jan 2018 08:49:05 GMT 0
1.0.0-ci-20171204T2009 89.47 KB Tue, 05 Dec 2017 06:18:08 GMT 0
1.0.0-ci-20171204T1414 89.41 KB Mon, 04 Dec 2017 16:51:02 GMT 0
1.0.0-ci-20171203T2232 86.42 KB Mon, 04 Dec 2017 07:06:13 GMT 0
1.0.0-ci-20171202T1528 86.4 KB Sat, 02 Dec 2017 15:31:11 GMT 0
1.0.0-ci-20171201T1409 85.41 KB Fri, 01 Dec 2017 16:07:42 GMT 0
1.0.0-ci-20171130T2253 85.37 KB Fri, 01 Dec 2017 06:31:16 GMT 0
1.0.0-ci-20171130T2151 85.37 KB Thu, 30 Nov 2017 21:54:56 GMT 0
1.0.0-ci-20171130T2141 85.36 KB Thu, 30 Nov 2017 21:48:49 GMT 0
1.0.0-ci-20171130T0627 85.34 KB Thu, 30 Nov 2017 06:32:32 GMT 0
1.0.0-ci-20171129T2044 85.4 KB Wed, 29 Nov 2017 20:46:29 GMT 0
1.0.0-ci-20171128T1857 85.42 KB Tue, 28 Nov 2017 19:21:22 GMT 1
1.0.0-ci-20171128T0759 85.35 KB Tue, 28 Nov 2017 08:17:25 GMT 0
1.0.0-ci-20171127T1746 85.13 KB Mon, 27 Nov 2017 17:48:10 GMT 0
1.0.0-ci-20171127T0634 82.04 KB Mon, 27 Nov 2017 06:36:11 GMT 0
1.0.0-ci-20171122T2139 81.81 KB Wed, 22 Nov 2017 22:58:58 GMT 0
1.0.0-ci-20171122T1608 81.82 KB Wed, 22 Nov 2017 17:04:21 GMT 2
1.0.0-ci-20171121T1736 79.36 KB Tue, 21 Nov 2017 18:09:23 GMT 0
1.0.0-ci-20171121T1217 79.34 KB Tue, 21 Nov 2017 12:19:57 GMT 0
1.0.0-ci-20171120T1620 77.17 KB Mon, 20 Nov 2017 18:52:14 GMT 0
1.0.0-ci-20171109T1159 71.73 KB Thu, 09 Nov 2017 16:29:12 GMT 0
1.0.0-ci-20171108T1201 71.73 KB Wed, 08 Nov 2017 13:20:58 GMT 0
1.0.0-ci-20171107T1657 71.73 KB Tue, 07 Nov 2017 19:18:04 GMT 2
1.0.0-ci-20171023T0848 72.77 KB Tue, 07 Nov 2017 14:20:18 GMT 4
1.0.0-ci-20171023T0847 71.76 KB Tue, 07 Nov 2017 13:30:55 GMT 2
1.0.0-ci-20171022T1343 71.97 KB Tue, 07 Nov 2017 13:15:36 GMT 2
1.0.0-ci-20171018T1954 70.99 KB Wed, 18 Oct 2017 19:55:48 GMT 3
1.0.0-ci-20171018T0733 70.96 KB Wed, 18 Oct 2017 08:31:09 GMT 2
1.0.0-ci-20171017T1740 70.93 KB Tue, 17 Oct 2017 17:42:30 GMT 2
1.0.0-ci-20171016T1754 70.24 KB Mon, 16 Oct 2017 17:56:45 GMT 2
1.0.0-ci-20171016T1706 70.28 KB Mon, 16 Oct 2017 17:09:31 GMT 2
1.0.0-ci-20171013T0749 70.26 KB Fri, 13 Oct 2017 07:53:13 GMT 3