HttpGetAttribute Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un attribut qui est utilisé pour restreindre une méthode d'action afin qu'elle gère uniquement les requêtes GET HTTP.
[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
- Héritage
- Attributs
Constructeurs
HttpGetAttribute() |
Initialise une nouvelle instance de la classe HttpGetAttribute. |
Méthodes
IsValidForRequest(ControllerContext, MethodInfo) |
Détermine si la demande Get de la méthode d'action est valide pour le contexte du contrôleur spécifié. |