IAdaptiveCardBuilderStatics.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:
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.