Share via


IAdaptiveCard.ToJson Method

Definition

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

String

Platform::String

winrt::hstring

A String that contains the JSON representation of the Adaptive Card.

Applies to