Del via


AdaptiveCardsOptions.ActionSubmitFilter Property

Definition

Data field used to identify the Action.Submit handler to trigger.

public string? ActionSubmitFilter { get; set; }
member this.ActionSubmitFilter : string with get, set
Public Property ActionSubmitFilter As String

Property Value

Remarks

When an Action.Submit is triggered, the field name specified here will be used to determine the handler to route the request to. Defaults to a value of "verb".

Applies to