Skip to content

Commit f479a45

Browse files
authored
Update 16/umbraco-cms/reference/routing/surface-controllers/README.md
1 parent a55c1af commit f479a45

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/reference/routing/surface-controllers

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/routing/surface-controllers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Since they get routed via an MVC area, your views should be placed in the follow
136136
* `~/App_Plugins/{areaname}/Views/{controllername}/`
137137
* `~/App_Plugins/{areaname}/Views/Shared/`
138138

139-
Since you're only able to place static files within your package's `App_Plugin` folder, it's highly recommend to ensure that the area you use is the same as your package name, since that allows your views to be found.
139+
Since you're only able to place static files in your package's `App_Plugin` folder, it is highly recommended to ensure that the area you use matches your package name. This allows your views to be located easily.
140140

141141
The controller itself should not be placed in the App_Plugins folder, the App_Plugins folder is for static files only, compiled files like the controller will be included in the dlls used by the nuget package.
142142

0 commit comments

Comments
 (0)