David Wake
Results
2
comments of
David Wake
Thanks for your feedback and suggestions! I'm happy to add the HTTP method as a property for page routes. It wouldn't work as well for controllers since each method on...
Yes, you can use any number of attributes that inherit from `Microsoft.AspNetCore.Mvc.Routing.HttpMethodAttribute` to make an action handle the designated HTTP method(s). And yes, I could have a property or method...