![]() |
VOOZH | about |
dotnet add package OEmbed.Core --version 2.0.6
NuGet\Install-Package OEmbed.Core -Version 2.0.6
<PackageReference Include="OEmbed.Core" Version="2.0.6" />
<PackageVersion Include="OEmbed.Core" Version="2.0.6" />Directory.Packages.props
<PackageReference Include="OEmbed.Core" />Project file
paket add OEmbed.Core --version 2.0.6
#r "nuget: OEmbed.Core, 2.0.6"
#:package OEmbed.Core@2.0.6
#addin nuget:?package=OEmbed.Core&version=2.0.6Install as a Cake Addin
#tool nuget:?package=OEmbed.Core&version=2.0.6Install as a Cake Tool
C# oEmbed consumer library for .NET Framwork 4.8.1 and .NET (Core) 8/9
via NuGet:
PM> Install-Package OEmbed.Core
services.AddOEmbed();
IOEmbed throught constructor injection.For example:
// Returns Provider Result of null if provider not found.
var result = await oEmbed.EmbedAsync("url");
// Returns Provider Result of null if provider not found.
var embed = new OEmbed();
var result = embed.Embed("url");
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 net8.0 is compatible. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Framework | net481 net481 is compatible. |
Showing the top 2 NuGet packages that depend on OEmbed.Core:
| Package | Downloads |
|---|---|
|
YAFNET.Web
YAF.NET Web Tag- and Html Helpers and BBCode Extensions. |
|
|
YAFNET.Core
YAF.NET Core Library. |
Showing the top 1 popular GitHub repositories that depend on OEmbed.Core:
| Repository | Stars |
|---|---|
|
YAFNET/YAFNET
🌐 YAF.NET - C# ASP.NET Forum
|
Changelog
====================
# OEmbed.Core v2.0.6
* Validate Url
# OEmbed.Core v2.0.5
* Added CloudflareStream Provider
# OEmbed.Core v2.0.4
* bug fixes
# OEmbed.Core v2.0.3
* Fixed Twitch Provider
# OEmbed.Core v2.0.2
* Added Twitch Provider
# OEmbed.Core v2.0.1
* Added Instagram Provider
* Added Facebook Provider
# OEmbed.Core v2.0.0
* First Release