IAdaptiveCardBuilderStatics.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:
 IAdaptiveCard ^ CreateAdaptiveCardFromJson(Platform::String ^ value);
IAdaptiveCard CreateAdaptiveCardFromJson(winrt::hstring const& value);
public IAdaptiveCard CreateAdaptiveCardFromJson(string value);
function createAdaptiveCardFromJson(value)
Public 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 IAdapativeCard object that represents the described Adaptive Card.

Applies to