Udostępnij za pośrednictwem


HttpGetAttribute Klasa

Definicja

Reprezentuje atrybut używany do ograniczania metody akcji tak, aby metoda obsługiwała tylko żądania 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
Dziedziczenie
Atrybuty

Konstruktory

HttpGetAttribute()

Inicjuje nowe wystąpienie klasy HttpGetAttribute.

Metody

IsValidForRequest(ControllerContext, MethodInfo)

Określa, czy żądanie get metody akcji jest prawidłowe dla określonego kontekstu kontrolera.

Dotyczy