EndpointFilterInvocationContext.Arguments 属性

定义

在对筛选器的当前请求中提供的参数列表。 此列表不是只读的,它允许通过筛选器修改现有参数。

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

属性值

适用于