Skip to content

Commit c51858e

Browse files
899131: Modified the File Manager getting started corrections
1 parent b956cb3 commit c51858e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/file-manager/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ namespace filemanager.Server.Controllers
203203
{% endhighlight %}
204204
{% endtabs %}
205205
206-
To configure and map the controller, open the `~/Program.cs` file of the server part of the application. Add the following code to configure the service for the controller and map the controller after `app.UseRouting()`. The `app.UseRouting()` middleware should be placed after `app.UseHttpsRedirection()` and before `app.UseAntiforgery()`. The correct ordering is essential to ensure proper request handling and middleware functionality:
206+
To configure and map the controller, open the `~/Program.cs` file of the server part of the application. Add the following code to configure the service for the controller and map the controller after `app.UseRouting()`. The `app.UseRouting()` middleware should be placed after `app.UseHttpsRedirection()`. The correct ordering is essential to ensure proper request handling and middleware functionality:
207207
208208
```cshtml
209209

0 commit comments

Comments
 (0)