MapRouteOptions.HttpVerbs property
The HTTP verbs (methods) that this route responds to.
public List<HttpVerb> HttpVerbs { get; set; }
See Also
- enum HttpVerb
- record MapRouteOptions
- namespace Kestrun.Hosting.Options
The HTTP verbs (methods) that this route responds to.
public List<HttpVerb> HttpVerbs { get; set; }