WidgetUpdateRequestOptions.Template Property

Definition

Gets or sets the Adaptive Card visual template for the associated widget.

public:
 property Platform::String ^ Template { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Template();

void Template(winrt::hstring value);
public string Template { get; set; }
var string = widgetUpdateRequestOptions.template;
widgetUpdateRequestOptions.template = string;
Public Property Template As String

Property Value

String

Platform::String

winrt::hstring

A JSON string containing the Adaptive Card visual template.

Remarks

For information on creating an Adaptive Card visual template, see Create a widget template with the Adaptive Cards Designer.

Applies to