AdaptiveCardBuilder.CreateAdaptiveCardFromJson(String) Method

Definition

Creates a new instance of IAdaptiveCard using the specified Adaptive Card JSON. For more information, see Get Started with Adaptive Cards.

public:
 static IAdaptiveCard ^ CreateAdaptiveCardFromJson(Platform::String ^ value);
 static IAdaptiveCard CreateAdaptiveCardFromJson(winrt::hstring const& value);
public static IAdaptiveCard CreateAdaptiveCardFromJson(string value);
function createAdaptiveCardFromJson(value)
Public Shared Function CreateAdaptiveCardFromJson (value As String) As IAdaptiveCard

Parameters

value
String

Platform::String

winrt::hstring

A String representation of the JSON that describes the Adaptive Card to create.

Returns

An IAdaptiveCard object that represents the described Adaptive Card.

Applies to