Sdílet prostřednictvím


HttpGetAttribute Třída

Definice

Představuje atribut, který se používá k omezení metody akce tak, aby metoda zpracovávala pouze požadavky HTTP GET.

[System.AttributeUsage(System.AttributeTargets.Method, AllowMultiple=false, Inherited=true)]
public sealed class HttpGetAttribute : System.Web.Mvc.ActionMethodSelectorAttribute
type HttpGetAttribute = class
    inherit ActionMethodSelectorAttribute
Public NotInheritable Class HttpGetAttribute
Inherits ActionMethodSelectorAttribute
Dědičnost
Atributy

Konstruktory

HttpGetAttribute()

Inicializuje novou instanci HttpGetAttribute třídy.

Metody

IsValidForRequest(ControllerContext, MethodInfo)

Určuje, zda je požadavek na získání metody akce platný pro zadaný kontext kontroleru.

Platí pro