From 621f53b5d9000bae2aad163c52f28e797f1d77dc Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Tue, 30 Aug 2022 12:13:52 -1000 Subject: [PATCH] what's new update rate limiting --- aspnetcore/release-notes/aspnetcore-7.0.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/aspnetcore/release-notes/aspnetcore-7.0.md b/aspnetcore/release-notes/aspnetcore-7.0.md index 102d76c6d0ad..326e489a4c23 100644 --- a/aspnetcore/release-notes/aspnetcore-7.0.md +++ b/aspnetcore/release-notes/aspnetcore-7.0.md @@ -11,6 +11,10 @@ uid: aspnetcore-7 This article highlights the most significant changes in ASP.NET Core 7.0 with links to relevant documentation. +## Rate limiting middleware in ASP.NET Core + +The `Microsoft.AspNetCore.RateLimiting` middleware provides rate limiting middleware. Apps configure rate limiting policies and then attach the policies to endpoints. For more information, see . + ## MVC and Razor pages ### Support for nullable models in MVC views and Razor Pages