c# - moving web api controllers within solution -


i have visual studio mvc5 project, have telerik data access project, have created web api controllers form data access models. question is:

can move created controller files (.cs) root of project folder? controllers folder example.

hope makes sense , in advance.

you can move controllers folder , web api framework find long controllers implement interface system.web.http.controllers.ihttpcontroller or inherit apicontroller, implements interface , common usage pattern.


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -