HttpHeadAttribute.IsValidForRequest Method
Determines whether a request is a valid HTTP HEAD request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public override bool IsValidForRequest( ControllerContext controllerContext, MethodInfo methodInfo )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- methodInfo
- Type: System.Reflection.MethodInfo
The method info.
Show: