Getting started - .NET HTML
As we described in Getting Started page, an Adaptive Card is a JSON-serialized card object model. This is a .NET library for generating HTML markup, typically from a server.
Important
As of 12/31/2020 this package is in Maintenance mode and no longer in active development. It will only receive critical bugs and security fixes. Please see our Support policy for more details. If you are interested in maintaining this project we would be happy to provide support where possible -- please reach out on GitHub and let us know.
NuGet install
Install-Package AdaptiveCards.Rendering.Html -IncludePrerelease
Next steps
See Render a card for the next steps!