WidgetActionInvokedArgs.Verb 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 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
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.