AdaptiveCardBuilder.CreateAdaptiveCardFromJson(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.