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

Blazor forms and antiforgery 8.0 #30035

Merged
merged 7 commits into from
Aug 16, 2023
Merged

Blazor forms and antiforgery 8.0 #30035

merged 7 commits into from
Aug 16, 2023

Conversation

guardrex
Copy link
Collaborator

@guardrex guardrex commented Aug 11, 2023

Fixes #29728
Addresses #28161

Rick, Tom, Wade ... The antiforgery topic only has two changes ...

* <xref:Microsoft.AspNetCore.Builder.ComponentEndpointRouteBuilderExtensions.MapBlazorHub%2A>

... is changed to ...

* <xref:Microsoft.Extensions.DependencyInjection.RazorComponentsServiceCollectionExtensions.AddRazorComponents%2A>

... and this is added ...

### Blazor

For more information, see <xref:blazor/security/index#antiforgery-support>.

Thanks in advance for helping later with the INCLUDES work on the versioning, which I'm not completely familiar with on folder/filenaming. I need to get this PR done and merged ASAP. I'm 🏃🏃🏃🏃😅 and need to get on with a large set of further Blazor updates.


Internal previews

📄 File 🔗 Preview link
aspnetcore/blazor/call-web-api.md Call a web API from ASP.NET Core Blazor
aspnetcore/blazor/components/built-in-components.md ASP.NET Core built-in Razor components
aspnetcore/blazor/forms-and-input-components.md ASP.NET Core Blazor forms and input components
aspnetcore/blazor/security/index.md aspnetcore/blazor/security/index
aspnetcore/blazor/security/server/additional-scenarios.md ASP.NET Core Blazor Server additional security scenarios
aspnetcore/blazor/security/server/index.md [Visual Studio](https://review.learn.microsoft.com/en-us/aspnet/core/blazor/security/server/index?branch=pr-en-us-30035)
aspnetcore/security/anti-request-forgery.md Prevent Cross-Site Request Forgery (XSRF/CSRF) attacks in ASP.NET Core

@guardrex guardrex self-assigned this Aug 11, 2023
@guardrex guardrex marked this pull request as ready for review August 15, 2023 12:38
@guardrex guardrex merged commit 52cd908 into main Aug 16, 2023
@guardrex guardrex deleted the guardrex/blazor-antiforgery branch August 16, 2023 16:18
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.

Document [SupplyParameterFromForm] attribute
1 participant