WidgetUpdateRequestOptions.Template Property
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.
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
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.