Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit focus mode

Getting started - .NET HTML

  • 2023-08-28
Feedback

In this article

As we described inGetting 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 ourSupport 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

Nuget install

Install-Package AdaptiveCards.Rendering.Html -IncludePrerelease

Next steps

SeeRender a card for the next steps!

In this article