Provides tooling for integrating with the oEmbed standard
Requires using .NET 6.0 or higher
dotnet add package Geta.OEmbed.Client
In Startup.cs
public void ConfigureServices(IServiceCollection services)
{
...
services.AddGetaOEmbed();
}
Provides tooling for integrating with the oEmbed standard
Requires using .NET 6.0 or higher
dotnet add package Geta.OEmbed.Client
In Startup.cs
public void ConfigureServices(IServiceCollection services)
{
...
services.AddGetaOEmbed();
}