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

html - Sizing a high-res image (~8MB) to display entirely in a small div (circular, diameter 100px) -

java - IntelliJ - No such instance method -

identifier - Is it possible for an html5 document to have two ids? -