Udostępnij przez


TaskModulesOptions.TaskDataFilter Property

Definition

Data field to use to identify the verb of the handler to trigger.

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

Property Value

Remarks

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

Applies to