Skip to content

Commit 2a3a786

Browse files
authored
Update 10/umbraco-cms/reference/routing/surface-controllers/README.md
1 parent 751b31e commit 2a3a786

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

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

144-
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.
144+
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.
145145

146146
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.
147147

0 commit comments

Comments
 (0)