This repository was archived by the owner on Dec 14, 2018. It is now read-only.
This repository was archived by the owner on Dec 14, 2018. It is now read-only.
HttpOptionsAttribute #4152
Closed
Description
I have been converting a project from ASP.NET WebAPI to MVC 6. One issue I found is that there is not HttpOptionsAttribute.
While this is very easy for me to implement myself. I would have thought that this would have been provided out of the box. Is there a reason this isn't implemented? If not can this be implemented.