Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update global application example of AutoValidateAntiForgeryTokenAttribute #17045

Merged
merged 2 commits into from
Feb 19, 2020
Merged

Update global application example of AutoValidateAntiForgeryTokenAttribute #17045

merged 2 commits into from
Feb 19, 2020

Conversation

martinmladenov
Copy link
Contributor

I replaced services.AddMvc with services.AddControllersWithViews as the way to apply filters globally was changed with the release of ASP.NET Core 3

@Rick-Anderson
Copy link
Contributor

@martinmladenov thanks for this. Check my commit. We need to maintain the 2.1 version.

@Rick-Anderson Rick-Anderson self-assigned this Feb 19, 2020
@Rick-Anderson Rick-Anderson self-requested a review February 19, 2020 04:39
@martinmladenov
Copy link
Contributor Author

@Rick-Anderson Thank you. Keeping the 2.1 example is certainly a good idea.

@Rick-Anderson Rick-Anderson merged commit 31a7548 into dotnet:master Feb 19, 2020
guardrex added a commit that referenced this pull request Feb 19, 2020
Updates

Updates

Surface enabling WebSockets for Blazor on IIS (#17026)

Clarify static asset paths in Blazor apps (#17024)

Add cross-link to base path coverage (#17027)

Update filter.md (#17036)

* Update filter.md

* Update aspnetcore/razor-pages/filter.md

Co-Authored-By: Artak <[email protected]>

Co-authored-by: Artak <[email protected]>

Move Circuit Handler coverage (#17043)

Update request-response.md (#17041)

Update index.md (#17046)

Update index.md (#17037)

* Update index.md

* Update index.md

Use CORS with gRPC-Web (#17030)

* Use CORS with gRPC-Web

* Apply suggestions from code review

Co-Authored-By: Scott Addie <[email protected]>

Co-authored-by: Scott Addie <[email protected]>

Update global application example of AutoValidateAntiForgeryTokenAttribute (#17045)

* Update AutoValidateAntiForgeryToken example

* Update anti-request-forgery.md

Co-authored-by: Rick Anderson <[email protected]>

Updates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants