Skip to content

Commit aa670fc

Browse files
Update README.md
1 parent 42bdb25 commit aa670fc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,13 @@ Z.ExtensionMethods.WithTwoNamespace | <a href="https://www.nuget.org/packages
2121
Z.ExtensionMethods.WithNamespace | <a href="https://www.nuget.org/packages/Z.ExtensionMethods.WithNamespace/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/extension-methods-with-namespace-v.svg" alt="download" /></a> <a href="https://www.nuget.org/packages/Z.ExtensionMethods.WithNamespace/" target="_blank"><img src="https://zzzprojects.github.io/images/nuget/extension-methods-with-namespace-d.svg" alt="" /></a>
2222

2323
<a href="https://github.com/zzzprojects/EntityFramework-Plus/wiki/Downloads">More download options (Full and Standalone Version)</a>
24-
# What's Html Agility Pack (HAP)?
25-
It is an agile HTML parser that builds a read/write DOM and supports plain XPATH or XSLT (you actually don't HAVE to understand XPATH nor XSLT to use it, don't worry...). It is a .NET code library that allows you to parse "out of the web" HTML files. The parser is very tolerant with "real world" malformed HTML. The object model is very similar to what proposes System.Xml, but for HTML documents (or streams).
26-
27-
NuGet: https://www.nuget.org/packages/HtmlAgilityPack/
2824

2925
## Usefull links
3026

3127
- [Website](https://csharp-extension.com/)
3228
- [Documentation](https://csharp-extension.com/en/method/1002000/fileinfo-readallbytes)
3329
- [Online Examples](https://csharp-extension.com/en/online-example/)
34-
- You can also consult tons of extension method questions on
30+
- You can also consult tons of extension methods questions on
3531
[Stack Overflow](https://stackoverflow.com/questions/tagged/extension-methods)
3632

3733
## Contribute

0 commit comments

Comments
 (0)