MapRouteOptions.HttpVerbs property

The HTTP verbs (methods) that this route responds to.

public List<HttpVerb> HttpVerbs { get; set; }

See Also