Share via


WidgetActionInvokedArgs.Verb Property

Definition

Gets a string that indicates the verb associated with the associated action.

public:
 property Platform::String ^ Verb { Platform::String ^ get(); };
winrt::hstring Verb();
public string Verb { get; }
var string = widgetActionInvokedArgs.verb;
Public ReadOnly Property Verb As String

Property Value

String

Platform::String

winrt::hstring

A string that indicates the verb associated with the associated action.

Remarks

Apps define verbs in the action definition their Adaptive Card visual template. Widget hosts may send verbs that are not defined in the widgets template. For information on using verbs in an Adaptive Card template, see Create a widget template with the Adaptive Cards Designer.

Applies to