HttpMethodConstraint Methods

Include Protected Members
Include Inherited Members

The HttpMethodConstraint type exposes the following members.

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Match Determines whether the request was made with an HTTP verb that is one of the allowed verbs for the route.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IHttpRouteConstraint.Match Determines whether the request was made with an HTTP verb that is one of the allowed verbs for the route.

Top

See Also

Reference

HttpMethodConstraint Class

System.Web.Http.Routing Namespace