Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
As we described in Getting Started page, an Adaptive Card is a JSON-serialized card object model. This library makes it easy to render that JSON into into a PNG image.
This package can even be used on a server to generate images, and implements all the "magic STA thread" goo for you.
NuGet install
Install-Package AdaptiveCards.Rendering.Wpf -IncludePrerelease
Next steps
See Render a card for the next steps!