Skip to content

Commit ec6b60d

Browse files
authored
Update 13/umbraco-cms/reference/routing/surface-controllers/README.md
1 parent 16a4955 commit ec6b60d

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

13/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 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.
139+
Since you can only place static files in your package's `App_Plugin` folder, it is highly recommended to use a name that matches your package. This helps ensure your views can be found.
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)