Skip to content

Commit

Permalink
improve bullet point
Browse files Browse the repository at this point in the history
  • Loading branch information
dimodi authored and dimodi committed Jan 17, 2024
1 parent 22e9ee3 commit cb83641
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion knowledge-base/upload-validateantiforgerytoken.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This KB article answers the following questions:

Here are the suggested steps to configure .NET Core Blazor antiforgery validation and integrate it with the Telerik Upload component.

1. Edit `Program.cs`:
1. Add services and configurations to `Program.cs`:
* Add `builder.Services.AddRazorPages();`
* Add `builder.Services.AddHttpContextAccessor();`
* (optional) Add `builder.Services.AddAntiforgery()` with custom `HeaderName` or `FormFieldName`.
Expand Down

0 comments on commit cb83641

Please sign in to comment.