Share via


DefaultEndpointFilterInvocationContext.Arguments Property

Definition

A list of arguments provided in the current request to the filter. This list is not read-only to permit modifying of existing arguments by filters.

public override System.Collections.Generic.IList<object?> Arguments { get; }
member this.Arguments : System.Collections.Generic.IList<obj>
Public Overrides ReadOnly Property Arguments As IList(Of Object)

Property Value

Applies to