diff --git a/aspnetcore/blazor/advanced-scenarios.md b/aspnetcore/blazor/advanced-scenarios.md index 81806ed2f997..0cec700a10d8 100644 --- a/aspnetcore/blazor/advanced-scenarios.md +++ b/aspnetcore/blazor/advanced-scenarios.md @@ -5,7 +5,7 @@ description: Learn how to incorporate manual logic for building Blazor render tr monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/advanced-scenarios --- # ASP.NET Core Blazor advanced scenarios (render tree construction) diff --git a/aspnetcore/blazor/blazor-ef-core.md b/aspnetcore/blazor/blazor-ef-core.md index 250789ea3aa9..8435d3665086 100644 --- a/aspnetcore/blazor/blazor-ef-core.md +++ b/aspnetcore/blazor/blazor-ef-core.md @@ -5,7 +5,7 @@ description: Learn how to use Entity Framework Core (EF Core) in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 01/16/2025 +ms.date: 11/11/2025 uid: blazor/blazor-ef-core --- # ASP.NET Core Blazor with Entity Framework Core (EF Core) diff --git a/aspnetcore/blazor/call-web-api.md b/aspnetcore/blazor/call-web-api.md index d8c899decc09..c1a230e81713 100644 --- a/aspnetcore/blazor/call-web-api.md +++ b/aspnetcore/blazor/call-web-api.md @@ -5,7 +5,7 @@ description: Learn how to call a web API from Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/call-web-api --- # Call a web API from ASP.NET Core Blazor diff --git a/aspnetcore/blazor/components/built-in-components.md b/aspnetcore/blazor/components/built-in-components.md index 9869c607b27d..f75db8343a5a 100644 --- a/aspnetcore/blazor/components/built-in-components.md +++ b/aspnetcore/blazor/components/built-in-components.md @@ -5,7 +5,7 @@ description: Find information on Razor components provided by the Blazor framewo monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/built-in-components --- # ASP.NET Core built-in Razor components diff --git a/aspnetcore/blazor/components/cascading-values-and-parameters.md b/aspnetcore/blazor/components/cascading-values-and-parameters.md index 15e71f36fe31..09a8e69d20ef 100644 --- a/aspnetcore/blazor/components/cascading-values-and-parameters.md +++ b/aspnetcore/blazor/components/cascading-values-and-parameters.md @@ -5,7 +5,7 @@ description: Learn how to flow data from an ancestor Razor component to descende monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/cascading-values-and-parameters --- # ASP.NET Core Blazor cascading values and parameters diff --git a/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md b/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md index fa986286e7dd..e5699f5be141 100644 --- a/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md +++ b/aspnetcore/blazor/components/class-libraries-and-static-server-side-rendering.md @@ -5,7 +5,7 @@ description: Learn how component authors can support static server-side renderin monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/class-libraries-with-static-ssr --- # ASP.NET Core Razor class libraries (RCLs) with static server-side rendering (static SSR) diff --git a/aspnetcore/blazor/components/class-libraries.md b/aspnetcore/blazor/components/class-libraries.md index a62417ae5a9c..2f3f6cb5e444 100644 --- a/aspnetcore/blazor/components/class-libraries.md +++ b/aspnetcore/blazor/components/class-libraries.md @@ -5,7 +5,7 @@ description: Discover how components can be included in Blazor apps from an exte monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/class-libraries --- # Consume ASP.NET Core Razor components from a Razor class library (RCL) diff --git a/aspnetcore/blazor/components/component-disposal.md b/aspnetcore/blazor/components/component-disposal.md index 467e9fc2e3ad..f63386388f97 100644 --- a/aspnetcore/blazor/components/component-disposal.md +++ b/aspnetcore/blazor/components/component-disposal.md @@ -5,7 +5,7 @@ description: Learn about ASP.NET Core Razor component component disposal with ID monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/18/2025 +ms.date: 11/11/2025 uid: blazor/components/component-disposal --- # ASP.NET Core Razor component disposal diff --git a/aspnetcore/blazor/components/control-head-content.md b/aspnetcore/blazor/components/control-head-content.md index 0ec04cfc7488..67c878b11bfe 100644 --- a/aspnetcore/blazor/components/control-head-content.md +++ b/aspnetcore/blazor/components/control-head-content.md @@ -5,7 +5,7 @@ description: Learn how to control head content in Blazor apps, including how to monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/control-head-content --- # Control `
` content in ASP.NET Core Blazor apps diff --git a/aspnetcore/blazor/components/css-isolation.md b/aspnetcore/blazor/components/css-isolation.md index 9a0c4298802c..001a2e720bf1 100644 --- a/aspnetcore/blazor/components/css-isolation.md +++ b/aspnetcore/blazor/components/css-isolation.md @@ -5,7 +5,7 @@ description: Learn how CSS isolation scopes CSS to Razor components, which can s monikerRange: '>= aspnetcore-5.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/css-isolation --- # ASP.NET Core Blazor CSS isolation diff --git a/aspnetcore/blazor/components/data-binding.md b/aspnetcore/blazor/components/data-binding.md index 2ace71e69dea..2e63b53a6f8e 100644 --- a/aspnetcore/blazor/components/data-binding.md +++ b/aspnetcore/blazor/components/data-binding.md @@ -5,7 +5,7 @@ description: Learn about data binding features for Razor components and DOM elem monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, sfi-ropc-nochange -ms.date: 10/30/2025 +ms.date: 11/11/2025 uid: blazor/components/data-binding --- # ASP.NET Core Blazor data binding diff --git a/aspnetcore/blazor/components/dynamiccomponent.md b/aspnetcore/blazor/components/dynamiccomponent.md index 235ec346f109..1048987a6761 100644 --- a/aspnetcore/blazor/components/dynamiccomponent.md +++ b/aspnetcore/blazor/components/dynamiccomponent.md @@ -5,7 +5,7 @@ description: Learn how to use dynamically-rendered Razor components in Blazor ap monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/dynamiccomponent --- # Dynamically-rendered ASP.NET Core Razor components diff --git a/aspnetcore/blazor/components/element-component-model-relationships.md b/aspnetcore/blazor/components/element-component-model-relationships.md index f6c22bd0de13..122d64bde11f 100644 --- a/aspnetcore/blazor/components/element-component-model-relationships.md +++ b/aspnetcore/blazor/components/element-component-model-relationships.md @@ -5,7 +5,7 @@ description: Learn how to use the @key directive attribute to retain element, co monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/key --- # Retain element, component, and model relationships in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/components/event-handling.md b/aspnetcore/blazor/components/event-handling.md index 447386a82261..bca2ff613f57 100644 --- a/aspnetcore/blazor/components/event-handling.md +++ b/aspnetcore/blazor/components/event-handling.md @@ -5,7 +5,7 @@ description: Learn about Blazor's event handling features, including event argum monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/event-handling --- # ASP.NET Core Blazor event handling diff --git a/aspnetcore/blazor/components/generic-type-support.md b/aspnetcore/blazor/components/generic-type-support.md index 3be9b2166922..f15ccb04fd21 100644 --- a/aspnetcore/blazor/components/generic-type-support.md +++ b/aspnetcore/blazor/components/generic-type-support.md @@ -5,7 +5,7 @@ description: Learn about generic type support in ASP.NET Core Razor components. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/generic-type-support --- # ASP.NET Core Razor component generic type support diff --git a/aspnetcore/blazor/components/httpcontext.md b/aspnetcore/blazor/components/httpcontext.md index 33f7252434e0..41befcc5b1f2 100644 --- a/aspnetcore/blazor/components/httpcontext.md +++ b/aspnetcore/blazor/components/httpcontext.md @@ -5,7 +5,7 @@ description: Learn about IHttpContextAccessor and HttpContext in ASP.NET Core Bl monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 04/29/2025 +ms.date: 11/11/2025 uid: blazor/components/httpcontext --- # `IHttpContextAccessor`/`HttpContext` in ASP.NET Core Blazor apps diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index 276bc9c94532..902a0901acb4 100644 --- a/aspnetcore/blazor/components/index.md +++ b/aspnetcore/blazor/components/index.md @@ -5,7 +5,7 @@ description: Learn how to create and use Razor components in Blazor apps, includ monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/index --- # ASP.NET Core Razor components diff --git a/aspnetcore/blazor/components/integration-hosted-webassembly.md b/aspnetcore/blazor/components/integration-hosted-webassembly.md index 256aaf5a200b..423ad71adce2 100644 --- a/aspnetcore/blazor/components/integration-hosted-webassembly.md +++ b/aspnetcore/blazor/components/integration-hosted-webassembly.md @@ -5,7 +5,7 @@ description: Learn about Razor component integration scenarios for hosted Blazor monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/integration-hosted-webassembly --- # Integrate ASP.NET Core Razor components with MVC or Razor Pages in hosted Blazor WebAssembly solutions diff --git a/aspnetcore/blazor/components/integration.md b/aspnetcore/blazor/components/integration.md index e7b46bca8214..2ce602591be3 100644 --- a/aspnetcore/blazor/components/integration.md +++ b/aspnetcore/blazor/components/integration.md @@ -5,7 +5,7 @@ description: Learn about Razor component integration scenarios for MVC or Razor monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/integration --- # Integrate ASP.NET Core Razor components with MVC or Razor Pages diff --git a/aspnetcore/blazor/components/js-spa-frameworks.md b/aspnetcore/blazor/components/js-spa-frameworks.md index ac2f23b82afd..0d4542cc5017 100644 --- a/aspnetcore/blazor/components/js-spa-frameworks.md +++ b/aspnetcore/blazor/components/js-spa-frameworks.md @@ -5,7 +5,7 @@ description: Learn how to create and use Razor components in JavaScript apps and monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 10/26/2025 +ms.date: 11/11/2025 uid: blazor/components/js-spa-frameworks --- # Use Razor components in JavaScript apps and SPA frameworks diff --git a/aspnetcore/blazor/components/layouts.md b/aspnetcore/blazor/components/layouts.md index 547c55b46398..598ef1c8ac5a 100644 --- a/aspnetcore/blazor/components/layouts.md +++ b/aspnetcore/blazor/components/layouts.md @@ -5,7 +5,7 @@ description: Learn how to create reusable layout components for Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/30/2025 +ms.date: 11/11/2025 uid: blazor/components/layouts --- # ASP.NET Core Blazor layouts diff --git a/aspnetcore/blazor/components/lifecycle.md b/aspnetcore/blazor/components/lifecycle.md index 6c49c45fa941..e079c10d09d4 100644 --- a/aspnetcore/blazor/components/lifecycle.md +++ b/aspnetcore/blazor/components/lifecycle.md @@ -5,7 +5,7 @@ description: Learn about the ASP.NET Core Razor component lifecycle and how to u monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/lifecycle --- # ASP.NET Core Razor component lifecycle diff --git a/aspnetcore/blazor/components/overwriting-parameters.md b/aspnetcore/blazor/components/overwriting-parameters.md index e53ae5d901be..1f4fe9264458 100644 --- a/aspnetcore/blazor/components/overwriting-parameters.md +++ b/aspnetcore/blazor/components/overwriting-parameters.md @@ -5,7 +5,7 @@ description: Learn how to avoid overwriting parameters in Blazor apps during rer monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 12/13/2024 +ms.date: 11/11/2025 uid: blazor/components/overwriting-parameters --- # Avoid overwriting parameters in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/components/prerender.md b/aspnetcore/blazor/components/prerender.md index 8dd2219d2a15..5bf91064af25 100644 --- a/aspnetcore/blazor/components/prerender.md +++ b/aspnetcore/blazor/components/prerender.md @@ -5,7 +5,7 @@ description: Learn about Razor component prerendering in ASP.NET Core Blazor app monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 08/05/2025 +ms.date: 11/11/2025 uid: blazor/components/prerender --- # Prerender ASP.NET Core Razor components diff --git a/aspnetcore/blazor/components/quickgrid.md b/aspnetcore/blazor/components/quickgrid.md index 903a92cfa08b..3b8912038169 100644 --- a/aspnetcore/blazor/components/quickgrid.md +++ b/aspnetcore/blazor/components/quickgrid.md @@ -5,7 +5,7 @@ description: The QuickGrid component is a Razor component for quickly and effici monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/quickgrid --- # ASP.NET Core Blazor `QuickGrid` component diff --git a/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md b/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md index c80b034a6199..a16f75b53a40 100644 --- a/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md +++ b/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md @@ -5,7 +5,7 @@ description: Render Razor components outside of the context of an HTTP request. monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/render-outside-of-aspnetcore --- # Render Razor components outside of ASP.NET Core diff --git a/aspnetcore/blazor/components/render-modes.md b/aspnetcore/blazor/components/render-modes.md index 81b7a57565e0..213a28e648b2 100644 --- a/aspnetcore/blazor/components/render-modes.md +++ b/aspnetcore/blazor/components/render-modes.md @@ -5,7 +5,7 @@ description: Learn about Blazor render modes and how to apply them in Blazor Web monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/render-modes --- # ASP.NET Core Blazor render modes diff --git a/aspnetcore/blazor/components/rendering.md b/aspnetcore/blazor/components/rendering.md index 57a738e49589..d28a53f2e1fe 100644 --- a/aspnetcore/blazor/components/rendering.md +++ b/aspnetcore/blazor/components/rendering.md @@ -5,7 +5,7 @@ description: Learn about Razor component rendering in ASP.NET Core Blazor apps, monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/rendering --- # ASP.NET Core Razor component rendering diff --git a/aspnetcore/blazor/components/sections.md b/aspnetcore/blazor/components/sections.md index 719b36561b21..9cb65e336b3f 100644 --- a/aspnetcore/blazor/components/sections.md +++ b/aspnetcore/blazor/components/sections.md @@ -5,7 +5,7 @@ description: Learn how to control the content in a Razor component from a child monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 09/10/2025 +ms.date: 11/11/2025 uid: blazor/components/sections --- # ASP.NET Core Blazor sections diff --git a/aspnetcore/blazor/components/splat-attributes-and-arbitrary-parameters.md b/aspnetcore/blazor/components/splat-attributes-and-arbitrary-parameters.md index 09283706da1a..5f43232e31d1 100644 --- a/aspnetcore/blazor/components/splat-attributes-and-arbitrary-parameters.md +++ b/aspnetcore/blazor/components/splat-attributes-and-arbitrary-parameters.md @@ -5,7 +5,7 @@ description: Learn how components can capture and render additional attributes i monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/attribute-splatting --- # ASP.NET Core Blazor attribute splatting and arbitrary parameters diff --git a/aspnetcore/blazor/components/synchronization-context.md b/aspnetcore/blazor/components/synchronization-context.md index dba4b9f7bf4c..a60ac4b968d8 100644 --- a/aspnetcore/blazor/components/synchronization-context.md +++ b/aspnetcore/blazor/components/synchronization-context.md @@ -5,7 +5,7 @@ description: Learn about Blazor's synchronization context, how to avoid thread-b monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/sync-context --- # ASP.NET Core Blazor synchronization context diff --git a/aspnetcore/blazor/components/templated-components.md b/aspnetcore/blazor/components/templated-components.md index 2e1d6a0a8231..65ba1fd91e4a 100644 --- a/aspnetcore/blazor/components/templated-components.md +++ b/aspnetcore/blazor/components/templated-components.md @@ -5,7 +5,7 @@ description: Learn how templated components can accept one or more UI templates monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/templated-components --- # ASP.NET Core Blazor templated components diff --git a/aspnetcore/blazor/components/virtualization.md b/aspnetcore/blazor/components/virtualization.md index 94bb474e3ae2..041b13fa7633 100644 --- a/aspnetcore/blazor/components/virtualization.md +++ b/aspnetcore/blazor/components/virtualization.md @@ -5,7 +5,7 @@ description: Learn how to use component virtualization in ASP.NET Core Blazor ap monikerRange: '>= aspnetcore-5.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/components/virtualization --- # ASP.NET Core Razor component virtualization diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index 478283c731ae..ebcca7914baa 100644 --- a/aspnetcore/blazor/debug.md +++ b/aspnetcore/blazor/debug.md @@ -5,7 +5,7 @@ description: Learn how to debug Blazor apps, including debugging Blazor WebAssem monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/debug --- # Debug ASP.NET Core apps diff --git a/aspnetcore/blazor/file-downloads.md b/aspnetcore/blazor/file-downloads.md index 1ceb6a9205c5..802f9b775ea7 100644 --- a/aspnetcore/blazor/file-downloads.md +++ b/aspnetcore/blazor/file-downloads.md @@ -5,7 +5,7 @@ description: Learn how to download files in Blazor apps. monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/file-downloads --- # ASP.NET Core Blazor file downloads diff --git a/aspnetcore/blazor/file-uploads.md b/aspnetcore/blazor/file-uploads.md index 5faa61f98d4a..dc164e3f68c6 100644 --- a/aspnetcore/blazor/file-uploads.md +++ b/aspnetcore/blazor/file-uploads.md @@ -5,7 +5,7 @@ description: Learn how to upload files in Blazor with the InputFile component. monikerRange: '>= aspnetcore-5.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/file-uploads --- # ASP.NET Core Blazor file uploads diff --git a/aspnetcore/blazor/forms/binding.md b/aspnetcore/blazor/forms/binding.md index 46565e7948b7..c63c1904d749 100644 --- a/aspnetcore/blazor/forms/binding.md +++ b/aspnetcore/blazor/forms/binding.md @@ -5,7 +5,7 @@ description: Learn how to use binding in Blazor forms. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/forms/binding --- # ASP.NET Core Blazor forms binding diff --git a/aspnetcore/blazor/forms/index.md b/aspnetcore/blazor/forms/index.md index b1b6bce6e52d..fac04e79f432 100644 --- a/aspnetcore/blazor/forms/index.md +++ b/aspnetcore/blazor/forms/index.md @@ -5,7 +5,7 @@ description: Learn how to use forms in Blazor. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/forms/index --- # ASP.NET Core Blazor forms overview diff --git a/aspnetcore/blazor/forms/input-components.md b/aspnetcore/blazor/forms/input-components.md index ff1297934a50..aee9592646c2 100644 --- a/aspnetcore/blazor/forms/input-components.md +++ b/aspnetcore/blazor/forms/input-components.md @@ -5,7 +5,7 @@ description: Learn about built-in Blazor input components. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/forms/input-components --- # ASP.NET Core Blazor input components diff --git a/aspnetcore/blazor/forms/troubleshoot.md b/aspnetcore/blazor/forms/troubleshoot.md index c45688c817ee..f4238ced0a87 100644 --- a/aspnetcore/blazor/forms/troubleshoot.md +++ b/aspnetcore/blazor/forms/troubleshoot.md @@ -5,7 +5,7 @@ description: Learn how to troubleshoot forms in Blazor. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/forms/troubleshoot --- # Troubleshoot ASP.NET Core Blazor forms diff --git a/aspnetcore/blazor/forms/validation.md b/aspnetcore/blazor/forms/validation.md index 82ab0029d80d..de5d8dff4e5f 100644 --- a/aspnetcore/blazor/forms/validation.md +++ b/aspnetcore/blazor/forms/validation.md @@ -5,7 +5,7 @@ description: Learn how to use validation in Blazor forms. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 09/08/2025 +ms.date: 11/11/2025 uid: blazor/forms/validation --- # ASP.NET Core Blazor forms validation diff --git a/aspnetcore/blazor/fundamentals/configuration.md b/aspnetcore/blazor/fundamentals/configuration.md index 6e32cca37782..6fa460aa1f8a 100644 --- a/aspnetcore/blazor/fundamentals/configuration.md +++ b/aspnetcore/blazor/fundamentals/configuration.md @@ -5,7 +5,7 @@ description: Learn about Blazor app configuration, including app settings, authe monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/fundamentals/configuration --- # ASP.NET Core Blazor configuration diff --git a/aspnetcore/blazor/fundamentals/dependency-injection.md b/aspnetcore/blazor/fundamentals/dependency-injection.md index 53fe7304cb83..8c841e06f08f 100644 --- a/aspnetcore/blazor/fundamentals/dependency-injection.md +++ b/aspnetcore/blazor/fundamentals/dependency-injection.md @@ -5,7 +5,7 @@ description: Learn how Blazor apps can inject services into components. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/27/2025 +ms.date: 11/11/2025 uid: blazor/fundamentals/dependency-injection --- # ASP.NET Core Blazor dependency injection diff --git a/aspnetcore/blazor/fundamentals/environments.md b/aspnetcore/blazor/fundamentals/environments.md index 108613998fb5..fc4ca2790dd0 100644 --- a/aspnetcore/blazor/fundamentals/environments.md +++ b/aspnetcore/blazor/fundamentals/environments.md @@ -5,7 +5,7 @@ description: Learn about environments in Blazor, including how to set the enviro monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/fundamentals/environments --- # ASP.NET Core Blazor environments diff --git a/aspnetcore/blazor/fundamentals/handle-errors.md b/aspnetcore/blazor/fundamentals/handle-errors.md index 9b1e7f7f33b6..069afffb0cb8 100644 --- a/aspnetcore/blazor/fundamentals/handle-errors.md +++ b/aspnetcore/blazor/fundamentals/handle-errors.md @@ -5,7 +5,7 @@ description: Discover how ASP.NET Core Blazor manages unhandled exceptions and h monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/fundamentals/handle-errors --- # Handle errors in ASP.NET Core Blazor apps diff --git a/aspnetcore/blazor/fundamentals/index.md b/aspnetcore/blazor/fundamentals/index.md index e20a68073979..a37fbe06edd6 100644 --- a/aspnetcore/blazor/fundamentals/index.md +++ b/aspnetcore/blazor/fundamentals/index.md @@ -5,7 +5,7 @@ description: Learn foundational concepts of the Blazor application framework. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/27/2025 +ms.date: 11/11/2025 uid: blazor/fundamentals/index --- # ASP.NET Core Blazor fundamentals diff --git a/aspnetcore/blazor/fundamentals/logging.md b/aspnetcore/blazor/fundamentals/logging.md index 5fba6522a7d2..c6a36bcc013f 100644 --- a/aspnetcore/blazor/fundamentals/logging.md +++ b/aspnetcore/blazor/fundamentals/logging.md @@ -5,7 +5,7 @@ description: Learn about Blazor app logging, including configuration and how to monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/fundamentals/logging --- # ASP.NET Core Blazor logging diff --git a/aspnetcore/blazor/fundamentals/routing.md b/aspnetcore/blazor/fundamentals/routing.md index 8cff5936e39b..c8c563a90b32 100644 --- a/aspnetcore/blazor/fundamentals/routing.md +++ b/aspnetcore/blazor/fundamentals/routing.md @@ -5,7 +5,7 @@ description: Learn how to manage Blazor app request routing and how to use the N monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 09/08/2025 +ms.date: 11/11/2025 uid: blazor/fundamentals/routing --- # ASP.NET Core Blazor routing and navigation diff --git a/aspnetcore/blazor/fundamentals/signalr.md b/aspnetcore/blazor/fundamentals/signalr.md index 330bb1437ea4..9c953a5f2a89 100644 --- a/aspnetcore/blazor/fundamentals/signalr.md +++ b/aspnetcore/blazor/fundamentals/signalr.md @@ -5,7 +5,7 @@ description: Learn how to configure and manage Blazor SignalR connections. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/30/2025 +ms.date: 11/11/2025 uid: blazor/fundamentals/signalr --- # ASP.NET Core Blazor SignalR guidance diff --git a/aspnetcore/blazor/fundamentals/startup.md b/aspnetcore/blazor/fundamentals/startup.md index 64e34c887b00..aa37fc08ffe5 100644 --- a/aspnetcore/blazor/fundamentals/startup.md +++ b/aspnetcore/blazor/fundamentals/startup.md @@ -5,7 +5,7 @@ description: Learn how to configure Blazor startup. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/fundamentals/startup --- # ASP.NET Core Blazor startup diff --git a/aspnetcore/blazor/fundamentals/static-files.md b/aspnetcore/blazor/fundamentals/static-files.md index 074c04ec24fe..e048c6a31ffa 100644 --- a/aspnetcore/blazor/fundamentals/static-files.md +++ b/aspnetcore/blazor/fundamentals/static-files.md @@ -5,7 +5,7 @@ description: Learn how to configure and manage static files for Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 09/02/2025 +ms.date: 11/11/2025 uid: blazor/fundamentals/static-files --- # ASP.NET Core Blazor static files diff --git a/aspnetcore/blazor/globalization-localization.md b/aspnetcore/blazor/globalization-localization.md index 21288f930f40..0f2cd96aad66 100644 --- a/aspnetcore/blazor/globalization-localization.md +++ b/aspnetcore/blazor/globalization-localization.md @@ -5,7 +5,7 @@ description: Learn how to render globalized and localized content to users in di monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/23/2025 +ms.date: 11/11/2025 uid: blazor/globalization-localization --- # ASP.NET Core Blazor globalization and localization diff --git a/aspnetcore/blazor/host-and-deploy/app-base-path.md b/aspnetcore/blazor/host-and-deploy/app-base-path.md index 4416fef8e02d..baf90c56d2a3 100644 --- a/aspnetcore/blazor/host-and-deploy/app-base-path.md +++ b/aspnetcore/blazor/host-and-deploy/app-base-path.md @@ -5,7 +5,7 @@ description: Learn about the app base path in ASP.NET Core Blazor apps, includin monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/app-base-path --- # ASP.NET Core Blazor app base path diff --git a/aspnetcore/blazor/host-and-deploy/configure-linker.md b/aspnetcore/blazor/host-and-deploy/configure-linker.md index dbef69cc748b..26ba37ac9b64 100644 --- a/aspnetcore/blazor/host-and-deploy/configure-linker.md +++ b/aspnetcore/blazor/host-and-deploy/configure-linker.md @@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Linker when bui monikerRange: '= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/configure-linker --- # Configure the Linker for ASP.NET Core Blazor diff --git a/aspnetcore/blazor/host-and-deploy/configure-trimmer.md b/aspnetcore/blazor/host-and-deploy/configure-trimmer.md index da350e8df99e..ebdb03ae2a75 100644 --- a/aspnetcore/blazor/host-and-deploy/configure-trimmer.md +++ b/aspnetcore/blazor/host-and-deploy/configure-trimmer.md @@ -5,7 +5,7 @@ description: Learn how to control the Intermediate Language (IL) Trimmer when bu monikerRange: '>= aspnetcore-5.0' ms.author: wpickett ms.custom: mvc -ms.date: 09/19/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/configure-trimmer --- # Configure the Trimmer for ASP.NET Core Blazor diff --git a/aspnetcore/blazor/host-and-deploy/index.md b/aspnetcore/blazor/host-and-deploy/index.md index 08bbb746dc2e..8ccd5f98fc33 100644 --- a/aspnetcore/blazor/host-and-deploy/index.md +++ b/aspnetcore/blazor/host-and-deploy/index.md @@ -5,7 +5,7 @@ description: Discover how to host and deploy Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/index --- # Host and deploy ASP.NET Core Blazor diff --git a/aspnetcore/blazor/host-and-deploy/server/index.md b/aspnetcore/blazor/host-and-deploy/server/index.md index 91b1851d0596..3e77ac9c6825 100644 --- a/aspnetcore/blazor/host-and-deploy/server/index.md +++ b/aspnetcore/blazor/host-and-deploy/server/index.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy server-side Blazor apps (Blazor Web Ap monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, linux-related-content -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/server/index --- # Host and deploy server-side Blazor apps diff --git a/aspnetcore/blazor/host-and-deploy/server/memory-management.md b/aspnetcore/blazor/host-and-deploy/server/memory-management.md index f9409444fea0..5ead34b614a0 100644 --- a/aspnetcore/blazor/host-and-deploy/server/memory-management.md +++ b/aspnetcore/blazor/host-and-deploy/server/memory-management.md @@ -5,7 +5,7 @@ description: Learn how to manage memory use in deployed ASP.NET Core server-side monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/server/memory-management --- # Manage memory in deployed ASP.NET Core server-side Blazor apps diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/apache.md b/aspnetcore/blazor/host-and-deploy/webassembly/apache.md index f323c3e14b48..edb7c7e38eb4 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/apache.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/apache.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy Blazor WebAssembly using Apache. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, linux-related-content -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/apache --- # Host and deploy ASP.NET Core Blazor WebAssembly with Apache diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md b/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md index 4e9fb0156e1b..3c9f65b2b316 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/azure-static-web-apps.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy standalone Blazor WebAssembly with Mic monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/azure-static-web-apps --- # Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Static Web Apps diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md b/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md index 3fc4770bcfcd..bac4fcd867b0 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/azure-storage.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy standalone Blazor WebAssembly using Mi monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/azure-storage --- # Host and deploy ASP.NET Core standalone Blazor WebAssembly with Azure Storage diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures.md b/aspnetcore/blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures.md index ab84368f003d..d0797218f8a9 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures.md @@ -5,7 +5,7 @@ description: Learn about asset caching for Blazor WebAssembly and how to resolve monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 04/03/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/bundle-caching-and-integrity-check-failures --- # ASP.NET Core Blazor WebAssembly .NET bundle caching and integrity check failures diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/deployment-layout.md b/aspnetcore/blazor/host-and-deploy/webassembly/deployment-layout.md index 992c12093031..5eba25113076 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/deployment-layout.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/deployment-layout.md @@ -5,7 +5,7 @@ description: Learn how to enable hosted Blazor WebAssembly deployments in enviro monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/deployment-layout --- # Deployment layout for ASP.NET Core hosted Blazor WebAssembly apps diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md index e0e900d01c7a..2a7314373cae 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/github-pages.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy standalone Blazor WebAssembly using Gi monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/github-pages --- # Host and deploy ASP.NET Core standalone Blazor WebAssembly with GitHub Pages diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/http-caching-issues.md b/aspnetcore/blazor/host-and-deploy/webassembly/http-caching-issues.md index d6f2cdbbed1a..d4826b77688a 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/http-caching-issues.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/http-caching-issues.md @@ -5,7 +5,7 @@ description: Learn how to avoid HTTP caching issues when upgrading Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/http-caching-issues --- # Avoid HTTP caching issues when upgrading ASP.NET Core Blazor apps diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/iis.md b/aspnetcore/blazor/host-and-deploy/webassembly/iis.md index c60d561dfea1..4ea6e3b9dfcd 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/iis.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/iis.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy Blazor WebAssembly using Internet Info monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/iis --- # Host and deploy ASP.NET Core Blazor WebAssembly with IIS diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/index.md b/aspnetcore/blazor/host-and-deploy/webassembly/index.md index fb924ab3a45b..99388bc9879a 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/index.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/index.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy Blazor WebAssembly apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, linux-related-content -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/index --- # Host and deploy ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/multiple-hosted-webassembly.md b/aspnetcore/blazor/host-and-deploy/webassembly/multiple-hosted-webassembly.md index 82dd4f883cce..30715c5e9bdb 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/multiple-hosted-webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/multiple-hosted-webassembly.md @@ -5,7 +5,7 @@ description: Learn how to configure a hosted Blazor WebAssembly app to host mult monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/multiple-hosted-webassembly zone_pivot_groups: blazor-multiple-hosted-wasm-apps --- diff --git a/aspnetcore/blazor/host-and-deploy/webassembly/nginx.md b/aspnetcore/blazor/host-and-deploy/webassembly/nginx.md index 79a03dad0e25..4c6dcd1960f2 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly/nginx.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly/nginx.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy Blazor WebAssembly using Nginx. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, linux-related-content -ms.date: 03/31/2025 +ms.date: 11/11/2025 uid: blazor/host-and-deploy/webassembly/nginx --- # Host and deploy ASP.NET Core Blazor WebAssembly with Nginx diff --git a/aspnetcore/blazor/hosting-models.md b/aspnetcore/blazor/hosting-models.md index f5bcf51df220..19d267c46c0b 100644 --- a/aspnetcore/blazor/hosting-models.md +++ b/aspnetcore/blazor/hosting-models.md @@ -5,7 +5,7 @@ description: Learn about Blazor hosting models and how to pick which one to use. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hosting-models --- # ASP.NET Core Blazor hosting models diff --git a/aspnetcore/blazor/hybrid/class-libraries.md b/aspnetcore/blazor/hybrid/class-libraries.md index f602403821c1..1e3093245aa2 100644 --- a/aspnetcore/blazor/hybrid/class-libraries.md +++ b/aspnetcore/blazor/hybrid/class-libraries.md @@ -5,7 +5,7 @@ description: Learn how to share Razor components, C# code, and static assets acr monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/class-libraries --- # Share assets across web and native clients using a Razor class library (RCL) diff --git a/aspnetcore/blazor/hybrid/developer-tools.md b/aspnetcore/blazor/hybrid/developer-tools.md index f50fa7a692d4..9699e212101f 100644 --- a/aspnetcore/blazor/hybrid/developer-tools.md +++ b/aspnetcore/blazor/hybrid/developer-tools.md @@ -5,7 +5,7 @@ description: Learn how to use browser developer tools with ASP.NET Core Blazor H monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/developer-tools zone_pivot_groups: blazor-hybrid-operating-systems --- diff --git a/aspnetcore/blazor/hybrid/index.md b/aspnetcore/blazor/hybrid/index.md index eb8ad23346a7..99efce68edb2 100644 --- a/aspnetcore/blazor/hybrid/index.md +++ b/aspnetcore/blazor/hybrid/index.md @@ -5,7 +5,7 @@ description: Explore ASP.NET Core Blazor Hybrid, a way to build interactive clie monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/index --- # ASP.NET Core Blazor Hybrid diff --git a/aspnetcore/blazor/hybrid/publish/index.md b/aspnetcore/blazor/hybrid/publish/index.md index 9ce6f2e0ecc2..2e0c346d525f 100644 --- a/aspnetcore/blazor/hybrid/publish/index.md +++ b/aspnetcore/blazor/hybrid/publish/index.md @@ -5,7 +5,7 @@ description: Learn about publishing ASP.NET Core Blazor Hybrid apps. monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/publish/index --- # Publish ASP.NET Core Blazor Hybrid apps diff --git a/aspnetcore/blazor/hybrid/reuse-razor-components.md b/aspnetcore/blazor/hybrid/reuse-razor-components.md index 578d707caa9c..02ce3ca3227a 100644 --- a/aspnetcore/blazor/hybrid/reuse-razor-components.md +++ b/aspnetcore/blazor/hybrid/reuse-razor-components.md @@ -5,7 +5,7 @@ description: Learn how to author and organize Razor components for the web and W monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/reuse-razor-components --- # Reuse Razor components in ASP.NET Core Blazor Hybrid diff --git a/aspnetcore/blazor/hybrid/root-component-parameters.md b/aspnetcore/blazor/hybrid/root-component-parameters.md index 7c2c19ab0a11..a3eaae5c6465 100644 --- a/aspnetcore/blazor/hybrid/root-component-parameters.md +++ b/aspnetcore/blazor/hybrid/root-component-parameters.md @@ -5,7 +5,7 @@ description: Learn how to pass an optional dictionary of parameters to the root monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/root-component-parameters --- # Pass root component parameters in ASP.NET Core Blazor Hybrid diff --git a/aspnetcore/blazor/hybrid/routing.md b/aspnetcore/blazor/hybrid/routing.md index 5d60a03a37cc..19c7b4e7e8c7 100644 --- a/aspnetcore/blazor/hybrid/routing.md +++ b/aspnetcore/blazor/hybrid/routing.md @@ -5,7 +5,7 @@ description: Learn how to manage request routing and navigation in Blazor Hybrid monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: "mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/routing zone_pivot_groups: blazor-hybrid-frameworks --- diff --git a/aspnetcore/blazor/hybrid/security/index.md b/aspnetcore/blazor/hybrid/security/index.md index fecc8f073842..7ead4d52e877 100644 --- a/aspnetcore/blazor/hybrid/security/index.md +++ b/aspnetcore/blazor/hybrid/security/index.md @@ -5,7 +5,7 @@ description: Learn about Blazor Hybrid authentication and authorization scenario monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/hybrid/security/index zone_pivot_groups: blazor-hybrid-frameworks --- diff --git a/aspnetcore/blazor/hybrid/security/maui-blazor-web-identity.md b/aspnetcore/blazor/hybrid/security/maui-blazor-web-identity.md index f4731f0ece28..e180afc522a0 100644 --- a/aspnetcore/blazor/hybrid/security/maui-blazor-web-identity.md +++ b/aspnetcore/blazor/hybrid/security/maui-blazor-web-identity.md @@ -5,12 +5,12 @@ description: Learn how to build a .NET MAUI Blazor Hybrid app with a Blazor Web monikerRange: '>= aspnetcore-9.0' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/hybrid/security/maui-blazor-web-identity --- # .NET MAUI Blazor Hybrid and Web App with ASP.NET Core Identity - - This article provides guidance on Blazor WebAssembly runtime performance. ## Potentially reduced performance with Microsoft Edge enhanced security diff --git a/aspnetcore/blazor/progressive-web-app/index.md b/aspnetcore/blazor/progressive-web-app/index.md index 8414915e0e00..f161d6340c13 100644 --- a/aspnetcore/blazor/progressive-web-app/index.md +++ b/aspnetcore/blazor/progressive-web-app/index.md @@ -5,7 +5,7 @@ description: Learn how to build a Blazor Progressive Web Application (PWA) that monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/progressive-web-app/index --- # ASP.NET Core Blazor Progressive Web Application (PWA) diff --git a/aspnetcore/blazor/progressive-web-app/push-notifications.md b/aspnetcore/blazor/progressive-web-app/push-notifications.md index 20dee812a328..09375e5fbee1 100644 --- a/aspnetcore/blazor/progressive-web-app/push-notifications.md +++ b/aspnetcore/blazor/progressive-web-app/push-notifications.md @@ -6,7 +6,7 @@ description: Learn how to issue push notifications in Blazor Progressive Web App monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 07/30/2025 +ms.date: 11/11/2025 uid: blazor/progressive-web-app/push-notifications --- # Push notifications for ASP.NET Core Blazor Progressive Web Applications (PWAs) diff --git a/aspnetcore/blazor/project-structure.md b/aspnetcore/blazor/project-structure.md index b563bf41b14f..aa7bca20da41 100644 --- a/aspnetcore/blazor/project-structure.md +++ b/aspnetcore/blazor/project-structure.md @@ -5,7 +5,7 @@ description: Learn about ASP.NET Core Blazor app project structure. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/project-structure --- # ASP.NET Core Blazor project structure diff --git a/aspnetcore/blazor/security/account-confirmation-and-password-recovery.md b/aspnetcore/blazor/security/account-confirmation-and-password-recovery.md index 74fd65773018..6366a9d73188 100644 --- a/aspnetcore/blazor/security/account-confirmation-and-password-recovery.md +++ b/aspnetcore/blazor/security/account-confirmation-and-password-recovery.md @@ -4,7 +4,7 @@ author: guardrex description: Learn how to configure an ASP.NET Core Blazor Web App with email confirmation and password recovery. ms.author: wpickett monikerRange: '>= aspnetcore-8.0' -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/account-confirmation-and-password-recovery --- # Account confirmation and password recovery in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/additional-scenarios.md b/aspnetcore/blazor/security/additional-scenarios.md index cdfa4bf93a6a..864e9adf78b7 100644 --- a/aspnetcore/blazor/security/additional-scenarios.md +++ b/aspnetcore/blazor/security/additional-scenarios.md @@ -5,7 +5,7 @@ description: Learn how to configure server-side Blazor and Blazor Web Apps for a monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 05/30/2025 +ms.date: 11/11/2025 uid: blazor/security/additional-scenarios --- # ASP.NET Core server-side and Blazor Web App additional security scenarios diff --git a/aspnetcore/blazor/security/authentication-state.md b/aspnetcore/blazor/security/authentication-state.md index f0df6ed42bdf..8bcce493a4ae 100644 --- a/aspnetcore/blazor/security/authentication-state.md +++ b/aspnetcore/blazor/security/authentication-state.md @@ -5,7 +5,7 @@ description: Learn how to create a custom authentication state provider and rece monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/authentication-state zone_pivot_groups: blazor-app-models --- diff --git a/aspnetcore/blazor/security/blazor-web-app-with-entra.md b/aspnetcore/blazor/security/blazor-web-app-with-entra.md index 79fa885ad518..fc8b7c251a17 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-entra.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-entra.md @@ -5,13 +5,13 @@ description: Learn how to secure a Blazor Web App with Microsoft Entra ID. monikerRange: '>= aspnetcore-9.0' ms.author: wpickett ms.custom: mvc, sfi-ropc-nochange -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/blazor-web-app-entra zone_pivot_groups: blazor-web-app-entra-specification --- # Secure an ASP.NET Core Blazor Web App with Microsoft Entra ID - diff --git a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md index 75758c67a11f..470c84abf01b 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-oidc.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-oidc.md @@ -5,7 +5,7 @@ description: Learn how to secure a Blazor Web App with OpenID Connect (OIDC). monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/blazor-web-app-oidc zone_pivot_groups: blazor-web-app-oidc-specification --- diff --git a/aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md b/aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md index a8120b0a1aee..e6f668cf7848 100644 --- a/aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md +++ b/aspnetcore/blazor/security/blazor-web-app-with-windows-authentication.md @@ -5,14 +5,14 @@ description: Learn how to secure a Blazor Web App with Windows Authentication. monikerRange: '>= aspnetcore-9.0' ms.author: wpickett ms.custom: mvc -ms.date: 09/11/2025 +ms.date: 11/11/2025 uid: blazor/security/blazor-web-app-windows-authentication --- # Secure an ASP.NET Core Blazor Web App with Windows Authentication - diff --git a/aspnetcore/blazor/security/content-security-policy.md b/aspnetcore/blazor/security/content-security-policy.md index 431c6d2d3771..dc4ae9ae9033 100644 --- a/aspnetcore/blazor/security/content-security-policy.md +++ b/aspnetcore/blazor/security/content-security-policy.md @@ -5,7 +5,7 @@ description: Learn how to use a Content Security Policy (CSP) with ASP.NET Core monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 03/25/2025 +ms.date: 11/11/2025 uid: blazor/security/content-security-policy --- # Enforce a Content Security Policy for ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/gdpr.md b/aspnetcore/blazor/security/gdpr.md index 4a9994e7d02a..0be367e597a1 100644 --- a/aspnetcore/blazor/security/gdpr.md +++ b/aspnetcore/blazor/security/gdpr.md @@ -5,7 +5,7 @@ description: Learn how to implement EU General Data Protection Regulation (GDPR) monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 01/16/2025 +ms.date: 11/11/2025 uid: blazor/security/gdpr zone_pivot_groups: blazor-app-models --- diff --git a/aspnetcore/blazor/security/index.md b/aspnetcore/blazor/security/index.md index f68e7e80d2a5..3a820c5ffc9b 100644 --- a/aspnetcore/blazor/security/index.md +++ b/aspnetcore/blazor/security/index.md @@ -5,7 +5,7 @@ description: Learn about Blazor authentication and authorization scenarios. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 10/31/2025 +ms.date: 11/11/2025 uid: blazor/security/index --- # ASP.NET Core Blazor authentication and authorization diff --git a/aspnetcore/blazor/security/interactive-server-side-rendering.md b/aspnetcore/blazor/security/interactive-server-side-rendering.md index a5a0a22b2f00..f06aaec13e97 100644 --- a/aspnetcore/blazor/security/interactive-server-side-rendering.md +++ b/aspnetcore/blazor/security/interactive-server-side-rendering.md @@ -5,7 +5,7 @@ description: Learn how to mitigate security threats in interactive server-side B monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/interactive-server-side-rendering --- # Threat mitigation guidance for ASP.NET Core Blazor interactive server-side rendering diff --git a/aspnetcore/blazor/security/qrcodes-for-authenticator-apps.md b/aspnetcore/blazor/security/qrcodes-for-authenticator-apps.md index ef1ec5efa37f..8f13b5709fde 100644 --- a/aspnetcore/blazor/security/qrcodes-for-authenticator-apps.md +++ b/aspnetcore/blazor/security/qrcodes-for-authenticator-apps.md @@ -4,7 +4,7 @@ author: guardrex description: Discover how to enable QR code generation for TOTP authenticator apps that work with ASP.NET Core Blazor Web App two-factor authentication. ms.author: wpickett monikerRange: '>= aspnetcore-8.0' -ms.date: 10/30/2025 +ms.date: 11/11/2025 uid: blazor/security/qrcodes-for-authenticator-apps --- # Enable QR code generation for TOTP authenticator apps in an ASP.NET Core Blazor Web App diff --git a/aspnetcore/blazor/security/static-server-side-rendering.md b/aspnetcore/blazor/security/static-server-side-rendering.md index c3283d9a8079..a2e42ab3c66b 100644 --- a/aspnetcore/blazor/security/static-server-side-rendering.md +++ b/aspnetcore/blazor/security/static-server-side-rendering.md @@ -5,7 +5,7 @@ description: Learn how to mitigate security threats in static server-side Blazor monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/static-server-side-rendering --- # Threat mitigation guidance for ASP.NET Core Blazor static server-side rendering diff --git a/aspnetcore/blazor/security/webassembly/additional-scenarios.md b/aspnetcore/blazor/security/webassembly/additional-scenarios.md index 7266cc619cae..be072a5cd516 100644 --- a/aspnetcore/blazor/security/webassembly/additional-scenarios.md +++ b/aspnetcore/blazor/security/webassembly/additional-scenarios.md @@ -5,7 +5,7 @@ description: Learn how to configure Blazor WebAssembly for additional security s monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/additional-scenarios --- # ASP.NET Core Blazor WebAssembly additional security scenarios diff --git a/aspnetcore/blazor/security/webassembly/graph-api.md b/aspnetcore/blazor/security/webassembly/graph-api.md index f75f3b38e88e..4e744466f2de 100644 --- a/aspnetcore/blazor/security/webassembly/graph-api.md +++ b/aspnetcore/blazor/security/webassembly/graph-api.md @@ -5,7 +5,7 @@ description: Learn how to use the Microsoft Graph SDK/API with Blazor WebAssembl monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/graph-api zone_pivot_groups: blazor-graph-api --- diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md b/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md index 0f2a15f4c85b..f0713489a794 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-azure-active-directory-b2c.md @@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/hosted-with-azure-active-directory-b2c --- # Secure a hosted ASP.NET Core Blazor WebAssembly app with Azure Active Directory B2C diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md b/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md index 6c7a29d78df2..e018f6b845fb 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-identity-server.md @@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: mvc, linux-related-content -ms.date: 05/27/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/hosted-with-identity-server --- # Secure a hosted ASP.NET Core Blazor WebAssembly app with Identity Server diff --git a/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md index a5436e35ffe8..ec576bfc4d21 100644 --- a/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/hosted-with-microsoft-entra-id.md @@ -5,7 +5,7 @@ description: Learn how to secure a hosted ASP.NET Core Blazor WebAssembly app wi monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: wpickett ms.custom: "devx-track-csharp, mvc" -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/hosted-with-microsoft-entra-id --- # Secure a hosted ASP.NET Core Blazor WebAssembly app with Microsoft Entra ID diff --git a/aspnetcore/blazor/security/webassembly/index.md b/aspnetcore/blazor/security/webassembly/index.md index 8c5d2e2e05cc..b2e6ad489ce8 100644 --- a/aspnetcore/blazor/security/webassembly/index.md +++ b/aspnetcore/blazor/security/webassembly/index.md @@ -5,7 +5,7 @@ description: Learn how to secure Blazor WebAssembly apps as single-page applicat monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, sfi-ropc-nochange -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/index --- # Secure ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md index c4b454ea19f8..b5ecbf57f36e 100644 --- a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md +++ b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles-net-5-to-7.md @@ -5,7 +5,7 @@ description: Learn how to configure Blazor WebAssembly to use Microsoft Entra ID monikerRange: '>= aspnetcore-5.0 < aspnetcore-8.0' ms.author: wpickett ms.custom: "devx-track-csharp, mvc" -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/meid-groups-roles-net5to7 zone_pivot_groups: blazor-groups-and-roles --- diff --git a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md index 2d2a356dbd58..c752569cd9e2 100644 --- a/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md +++ b/aspnetcore/blazor/security/webassembly/microsoft-entra-id-groups-and-roles.md @@ -5,7 +5,7 @@ description: Learn how to configure Blazor WebAssembly to use Microsoft Entra ID monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: "devx-track-csharp, mvc" -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/meid-groups-roles --- # Microsoft Entra (ME-ID) groups, Administrator Roles, and App Roles diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md b/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md index 377aa3e199b3..a115deb85baf 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md @@ -5,7 +5,7 @@ description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone a monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 05/27/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-authentication-library --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with the Authentication library diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-azure-active-directory-b2c.md b/aspnetcore/blazor/security/webassembly/standalone-with-azure-active-directory-b2c.md index c842cda05e34..405fa2632178 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-azure-active-directory-b2c.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-azure-active-directory-b2c.md @@ -5,7 +5,7 @@ description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone a monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 04/07/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-azure-active-directory-b2c --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Azure Active Directory B2C diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md index 5cf1618860d6..c4357ad20e93 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery.md @@ -4,7 +4,7 @@ author: guardrex description: Learn how to configure an ASP.NET Core Blazor WebAssembly app with ASP.NET Core Identity with email confirmation and password recovery. ms.author: wpickett monikerRange: '>= aspnetcore-8.0' -ms.date: 11/21/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-identity/account-confirmation-and-password-recovery --- # Account confirmation and password recovery in ASP.NET Core Blazor WebAssembly with ASP.NET Core Identity diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-identity/index.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity/index.md index 58ca4753ebcf..4ed1294a446a 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity/index.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity/index.md @@ -5,7 +5,7 @@ description: Learn how to secure Blazor WebAssembly apps with ASP.NET Core Ident monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 07/29/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-identity/index --- # Secure ASP.NET Core Blazor WebAssembly with ASP.NET Core Identity diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md index 4f2eb8048c12..e35facdf5cf2 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps.md @@ -4,7 +4,7 @@ author: guardrex description: Learn how to configure an ASP.NET Core Blazor WebAssembly app with Identity for QR code generation with TOTP authenticator apps. ms.author: wpickett monikerRange: '>= aspnetcore-8.0' -ms.date: 11/21/2024 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-identity/qrcodes-for-authenticator-apps --- # Enable QR code generation for TOTP authenticator apps in ASP.NET Core Blazor WebAssembly with ASP.NET Core Identity diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md index 9a9902c5eb1a..33b0b8644c70 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-accounts.md @@ -5,7 +5,7 @@ description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone a monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc, sfi-ropc-nochange -ms.date: 04/07/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-microsoft-accounts --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Accounts diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md index 850210dae7bd..79a9a2ecf86f 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-microsoft-entra-id.md @@ -5,7 +5,7 @@ description: Learn how to secure an ASP.NET Core Blazor WebAssembly standalone a monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: devx-track-csharp, mvc, sfi-ropc-nochange -ms.date: 04/07/2025 +ms.date: 11/11/2025 uid: blazor/security/webassembly/standalone-with-microsoft-entra-id --- # Secure an ASP.NET Core Blazor WebAssembly standalone app with Microsoft Entra ID diff --git a/aspnetcore/blazor/state-management/index.md b/aspnetcore/blazor/state-management/index.md index a85c6c61bb65..7e956184d430 100644 --- a/aspnetcore/blazor/state-management/index.md +++ b/aspnetcore/blazor/state-management/index.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 08/05/2025 +ms.date: 11/11/2025 uid: blazor/state-management/index --- # ASP.NET Core Blazor state management overview diff --git a/aspnetcore/blazor/state-management/prerendered-state-persistence.md b/aspnetcore/blazor/state-management/prerendered-state-persistence.md index ffe4c5eb659b..17742bfa1e15 100644 --- a/aspnetcore/blazor/state-management/prerendered-state-persistence.md +++ b/aspnetcore/blazor/state-management/prerendered-state-persistence.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in Blazor apps using Blazor' monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 09/08/2025 +ms.date: 11/11/2025 uid: blazor/state-management/prerendered-state-persistence --- # ASP.NET Core Blazor prerendered state persistence diff --git a/aspnetcore/blazor/state-management/protected-browser-storage.md b/aspnetcore/blazor/state-management/protected-browser-storage.md index d902a82aabfd..d97f7b4f793d 100644 --- a/aspnetcore/blazor/state-management/protected-browser-storage.md +++ b/aspnetcore/blazor/state-management/protected-browser-storage.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in Blazor apps using browser monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 08/05/2025 +ms.date: 11/11/2025 uid: blazor/state-management/protected-browser-storage --- # ASP.NET Core Blazor protected browser storage diff --git a/aspnetcore/blazor/state-management/server.md b/aspnetcore/blazor/state-management/server.md index cb6ebfb2a4fb..f59229f3ad09 100644 --- a/aspnetcore/blazor/state-management/server.md +++ b/aspnetcore/blazor/state-management/server.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in server-side Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 08/05/2025 +ms.date: 11/11/2025 uid: blazor/state-management/server --- # ASP.NET Core Blazor server-side state management diff --git a/aspnetcore/blazor/state-management/webassembly.md b/aspnetcore/blazor/state-management/webassembly.md index 3d84d04d3863..62346e3930d4 100644 --- a/aspnetcore/blazor/state-management/webassembly.md +++ b/aspnetcore/blazor/state-management/webassembly.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in Blazor WebAssembly apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 08/05/2025 +ms.date: 11/11/2025 uid: blazor/state-management/webassembly --- # ASP.NET Core Blazor WebAssembly state management diff --git a/aspnetcore/blazor/supported-platforms.md b/aspnetcore/blazor/supported-platforms.md index 43f0f97021d5..05d680686096 100644 --- a/aspnetcore/blazor/supported-platforms.md +++ b/aspnetcore/blazor/supported-platforms.md @@ -5,7 +5,7 @@ description: Learn about the supported platforms for ASP.NET Core Blazor. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/supported-platforms --- # ASP.NET Core Blazor supported platforms diff --git a/aspnetcore/blazor/test.md b/aspnetcore/blazor/test.md index 8ec075431305..c45444872cdc 100644 --- a/aspnetcore/blazor/test.md +++ b/aspnetcore/blazor/test.md @@ -5,7 +5,7 @@ description: Learn how to test Razor components in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/test --- # Test Razor components in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/tooling.md b/aspnetcore/blazor/tooling.md index 01e03aec573c..0f07d69442d7 100644 --- a/aspnetcore/blazor/tooling.md +++ b/aspnetcore/blazor/tooling.md @@ -5,7 +5,7 @@ description: Learn about the tools available to build Blazor apps and how to use monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tooling zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/build-a-blazor-app.md b/aspnetcore/blazor/tutorials/build-a-blazor-app.md index f13a028014d2..1ef6a7687e85 100644 --- a/aspnetcore/blazor/tutorials/build-a-blazor-app.md +++ b/aspnetcore/blazor/tutorials/build-a-blazor-app.md @@ -5,7 +5,7 @@ description: Build a Blazor app step-by-step. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/build-a-blazor-app --- # Build a Blazor todo list app diff --git a/aspnetcore/blazor/tutorials/index.md b/aspnetcore/blazor/tutorials/index.md index 98f59b0de090..f19014004dbc 100644 --- a/aspnetcore/blazor/tutorials/index.md +++ b/aspnetcore/blazor/tutorials/index.md @@ -5,7 +5,7 @@ description: Learn how to build Blazor apps with the tutorials listed in this ar monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/index --- # ASP.NET Core Blazor tutorials diff --git a/aspnetcore/blazor/tutorials/movie-database-app/index.md b/aspnetcore/blazor/tutorials/movie-database-app/index.md index 2f3de5f8fd4e..a842b32b1204 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/index.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/index.md @@ -3,7 +3,7 @@ title: Build a Blazor movie database app (Overview) author: guardrex description: This tutorial explains the basics of building a Blazor Web App with a database, Entity Framework (EF) Core, and user interactivity. ms.author: wpickett -ms.date: 11/12/2024 +ms.date: 11/11/2025 monikerRange: '>= aspnetcore-8.0' ms.custom: mvc uid: blazor/tutorials/movie-database-app/index diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-1.md b/aspnetcore/blazor/tutorials/movie-database-app/part-1.md index 7be232743e10..ceaaff32c38c 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-1.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-1.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how to monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-1 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md index 13094d2fddd3..d028279c536a 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-2.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-2.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how to monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-2 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md index f95bbfc596d8..6edf58e124af 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-3.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-3.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains the Ra monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-3 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-4.md b/aspnetcore/blazor/tutorials/movie-database-app/part-4.md index ca97081893e3..25ff58c6c1ae 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-4.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-4.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains the da monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-4 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-5.md b/aspnetcore/blazor/tutorials/movie-database-app/part-5.md index cce182323e57..e05d538f00c4 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-5.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-5.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how me monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-5 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-6.md b/aspnetcore/blazor/tutorials/movie-database-app/part-6.md index 7e115d251ce7..0f917cf96286 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-6.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-6.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how to monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-6 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-7.md b/aspnetcore/blazor/tutorials/movie-database-app/part-7.md index fa5a143417f2..0abf52a3d3da 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-7.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-7.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how to monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-7 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/movie-database-app/part-8.md b/aspnetcore/blazor/tutorials/movie-database-app/part-8.md index 5b509da0ce12..3f2a1307e9b2 100644 --- a/aspnetcore/blazor/tutorials/movie-database-app/part-8.md +++ b/aspnetcore/blazor/tutorials/movie-database-app/part-8.md @@ -5,7 +5,7 @@ description: This part of the Blazor movie database app tutorial explains how to monikerRange: '>= aspnetcore-8.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/movie-database-app/part-8 zone_pivot_groups: tooling --- diff --git a/aspnetcore/blazor/tutorials/signalr-blazor.md b/aspnetcore/blazor/tutorials/signalr-blazor.md index 7ee11bfee86c..ca92b2a191b9 100644 --- a/aspnetcore/blazor/tutorials/signalr-blazor.md +++ b/aspnetcore/blazor/tutorials/signalr-blazor.md @@ -5,7 +5,7 @@ description: Create a chat app that uses ASP.NET Core SignalR with Blazor. monikerRange: '>= aspnetcore-3.1' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tutorials/signalr-blazor --- # Use ASP.NET Core SignalR with Blazor diff --git a/aspnetcore/blazor/webassembly-build-tools-and-aot.md b/aspnetcore/blazor/webassembly-build-tools-and-aot.md index 54c300d19b72..935435a90ebc 100644 --- a/aspnetcore/blazor/webassembly-build-tools-and-aot.md +++ b/aspnetcore/blazor/webassembly-build-tools-and-aot.md @@ -5,7 +5,7 @@ description: Learn about the WebAssembly build tools and how to compile a Blazor monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/tooling/webassembly --- # ASP.NET Core Blazor WebAssembly build tools and ahead-of-time (AOT) compilation diff --git a/aspnetcore/blazor/webassembly-lazy-load-assemblies.md b/aspnetcore/blazor/webassembly-lazy-load-assemblies.md index 63c6547d7536..d5c26b5fa229 100644 --- a/aspnetcore/blazor/webassembly-lazy-load-assemblies.md +++ b/aspnetcore/blazor/webassembly-lazy-load-assemblies.md @@ -5,7 +5,7 @@ description: Discover how to lazy load assemblies in Blazor WebAssembly apps. monikerRange: '>= aspnetcore-5.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/webassembly-lazy-load-assemblies --- # Lazy load assemblies in ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/webassembly-native-dependencies.md b/aspnetcore/blazor/webassembly-native-dependencies.md index aed9bcec776b..6347bf844aa7 100644 --- a/aspnetcore/blazor/webassembly-native-dependencies.md +++ b/aspnetcore/blazor/webassembly-native-dependencies.md @@ -5,7 +5,7 @@ description: Learn how to build Blazor WebAssembly apps with native dependencies monikerRange: '>= aspnetcore-6.0' ms.author: wpickett ms.custom: mvc -ms.date: 11/12/2024 +ms.date: 11/11/2025 uid: blazor/webassembly-native-dependencies --- # ASP.NET Core Blazor WebAssembly native dependencies diff --git a/aspnetcore/log-mon/metrics/metrics.md b/aspnetcore/log-mon/metrics/metrics.md index 06d2f08ffc11..126d085bbe65 100644 --- a/aspnetcore/log-mon/metrics/metrics.md +++ b/aspnetcore/log-mon/metrics/metrics.md @@ -1,10 +1,11 @@ --- title: ASP.NET Core metrics -description: Metrics for ASP.NET Core apps +ai-usage: ai-assisted author: tdykstra -ms.author: tdykstra +description: Metrics for ASP.NET Core apps monikerRange: '>= aspnetcore-8.0' -ms.date: 10/18/2023 +ms.author: tdykstra +ms.date: 11/10/2025 ms.topic: article uid: log-mon/metrics/metrics --- @@ -256,12 +257,57 @@ The proceeding test: * Bootstraps a web app in memory with