Sdílet prostřednictvím


HttpHeadAttribute Třída

Definice

Určuje, že požadavek HTTP musí být metodou 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
Dědičnost
Atributy

Konstruktory

HttpHeadAttribute()

Inicializuje novou instanci HttpHeadAttribute třídy.

Metody

IsValidForRequest(ControllerContext, MethodInfo)

Určuje, zda je požadavek metody akce platný pro zadaný kontext kontroleru.

Platí pro