AcceptVerbsAttribute クラス

定義

どの HTTP 動詞にアクション メソッドが応答するかを指定する属性を表します。

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class AcceptVerbsAttribute : System.Web.Mvc.ActionMethodSelectorAttribute
type AcceptVerbsAttribute = class
    inherit ActionMethodSelectorAttribute
Public NotInheritable Class AcceptVerbsAttribute
Inherits ActionMethodSelectorAttribute
継承
属性

コンストラクター

AcceptVerbsAttribute(HttpVerbs)

アクション メソッドが応答する HTTP 動詞を AcceptVerbsAttribute 使用して、 クラスの新しいインスタンスを初期化します。

AcceptVerbsAttribute(String[])

アクション メソッドが応答する AcceptVerbsAttribute HTTP 動詞の一覧を使用して、 クラスの新しいインスタンスを初期化します。

プロパティ

Verbs

アクション メソッドが応答する対象の HTTP 動詞のリストを取得または設定します。

メソッド

IsValidForRequest(ControllerContext, MethodInfo)

指定されたメソッド情報が、指定されたコントローラー コンテキストで有効かどうかを判断します。

適用対象