HttpGetAttribute 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示一个特性,该特性用于限制操作方法,以便该方法仅处理 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
- 继承
- 属性
构造函数
HttpGetAttribute() |
初始化 HttpGetAttribute 类的新实例。 |
方法
IsValidForRequest(ControllerContext, MethodInfo) |
确定操作方法 GET 请求对指定的控制器上下文是否有效。 |