HttpHeadAttribute クラス

定義

HTTP 要求が HTTP HEAD メソッドでなければならないことを指定します。

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

コンストラクター

HttpHeadAttribute()

HttpHeadAttribute クラスの新しいインスタンスを初期化します。

メソッド

IsValidForRequest(ControllerContext, MethodInfo)

アクション メソッド要求が指定されたコントローラー コンテキストで有効かどうかを決定します。

適用対象