Skip to content

Commit ae4062c

Browse files
authored
Update README.md
1 parent ce28d7f commit ae4062c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ Currently the file needs to specify all your conventional routing configuration
5454
### .NET framework
5555
In .NET framework projects, you will need to specify whether each of your routes is an MVC or API route. This is done by adding a `Type` field to each route in the config file.
5656

57+
Note MVC conventional routes are normally found in `App_Start/RouteConfig.cs` while WebApi controllers are found in `App_Start/WebApiConfig.cs` the `System.Web.Http` namespace corresponds to WebApi controllers while the `System.Web.Mvc` namespace corresponds to MVC ones.
58+
5759
```json
5860
{
5961
"ConventionalRoutes": [

0 commit comments

Comments
 (0)