TaskModulesOptions.TaskDataFilter 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.
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".