AcceptVerbsAttribute.Verbs 属性

定义

获取或设置操作方法将响应的 HTTP 谓词的列表。

public System.Collections.Generic.ICollection<string> Verbs { get; }
member this.Verbs : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Verbs As ICollection(Of String)

属性值

操作方法将响应的 HTTP 谓词的列表。

适用于