Welcome to the OpenGraph.Net documentation site
A simple .net assembly to use to parse Open Graph information from either a URL or an HTML snippet. You can read more about the Open Graph protocol @ http://ogp.me.
Support the library
If you find this library useful, buy me a coffee!
Installation
Use the following steps to install the library from Nuget:
dotnet cli
dotnet add package OpenGraph-Net --version 4.0.1
Package Manager
Install-Package OpenGraph-Net -Version 4.0.1
Packet Cli
paket add OpenGraph-Net --version 4.0.1
Get Help/Report Issues
It's FOSS
So please don't be afraid to fork me.
Contribution Guide
- Fork the OpenGraph-Net repository
- Create a feature branch for the item you are going to add.
- Add your awesome code and your unit tests to cover the new feature
- Run all of the tests to ensure everything is still passing.
- Create a pull request to our
develop
branch.