IAdaptiveCard.ToJson 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.
Returns the JSON that represents this Adaptive Card.
public:
Platform::String ^ ToJson();
winrt::hstring ToJson();
public string ToJson();
function toJson()
Public Function ToJson () As String
Returns
A String that contains the JSON representation of the Adaptive Card.