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 動詞のリスト。

適用対象