diff --git a/aspnetcore/blazor/advanced-scenarios.md b/aspnetcore/blazor/advanced-scenarios.md index e74853cbc8df..d9951238551c 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 e001cb34f194..60c62d5fcb1d 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: jeliknes ms.custom: mvc -ms.date: 03/27/2023 +ms.date: 11/14/2023 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 dd95d295eaeb..d5dd5629f61a 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: riande ms.custom: mvc -ms.date: 04/06/2023 +ms.date: 11/14/2023 uid: blazor/call-web-api zone_pivot_groups: blazor-render-modes --- diff --git a/aspnetcore/blazor/components/built-in-components.md b/aspnetcore/blazor/components/built-in-components.md index a475e032e480..02288a8ab494 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: riande ms.custom: mvc -ms.date: 03/30/2023 +ms.date: 11/14/2023 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 371f5e76c8c7..d73c6578c62e 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/cascading-values-and-parameters --- # ASP.NET Core Blazor cascading values and parameters diff --git a/aspnetcore/blazor/components/class-libraries.md b/aspnetcore/blazor/components/class-libraries.md index 04ae3b4b74ab..229b8808e314 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/class-libraries --- # Consume ASP.NET Core Razor components from a Razor class library (RCL) diff --git a/aspnetcore/blazor/components/control-head-content.md b/aspnetcore/blazor/components/control-head-content.md index 267500a641b2..9d0456090f2d 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 0b4142b4517f..dd977b33c192 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 8ffa0ae9d31a..664a7cafc158 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 7917943e3084..16e10e3f3348 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 bd84437a62b4..7a0eeb14391b 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: riande ms.custom: mvc -ms.date: 05/15/2023 +ms.date: 11/14/2023 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 1778ceb3bc4c..4d84e513ad23 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 7398a339c56c..30d363dae77b 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: riande ms.custom: mvc -ms.date: 05/09/2023 +ms.date: 11/14/2023 uid: blazor/components/generic-type-support --- # ASP.NET Core Razor component generic type support diff --git a/aspnetcore/blazor/components/index.md b/aspnetcore/blazor/components/index.md index db6b93e25fbf..c4251cb8ae4d 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: riande ms.custom: mvc -ms.date: 01/20/2023 +ms.date: 11/14/2023 uid: blazor/components/index --- # ASP.NET Core Razor components diff --git a/aspnetcore/blazor/components/integration.md b/aspnetcore/blazor/components/integration.md index ed3b21abdc4b..a044d0ff38e9 100644 --- a/aspnetcore/blazor/components/integration.md +++ b/aspnetcore/blazor/components/integration.md @@ -5,7 +5,7 @@ description: Learn about Razor component integration scenarios ASP.NET Core apps monikerRange: '>= aspnetcore-8.0' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/integration --- # Integrate ASP.NET Core Razor components into ASP.NET Core apps diff --git a/aspnetcore/blazor/components/js-spa-frameworks.md b/aspnetcore/blazor/components/js-spa-frameworks.md index 5d7ea6a17e79..6235e59697d3 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: riande ms.custom: mvc -ms.date: 02/25/2023 +ms.date: 11/14/2023 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 ff2e3319afee..8fba9aef2e20 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: riande ms.custom: mvc -ms.date: 03/13/2023 +ms.date: 11/14/2023 uid: blazor/components/layouts --- # ASP.NET Core Blazor layouts diff --git a/aspnetcore/blazor/components/lifecycle.md b/aspnetcore/blazor/components/lifecycle.md index 9a9db7df1bcb..7c5ca310bdf0 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 15d034fa39be..9fc70cd9d4ba 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: riande ms.custom: mvc -ms.date: 05/15/2023 +ms.date: 11/14/2023 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 c7a3ed1e909d..95ad0c4cb5ce 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/prerender --- # Prerender ASP.NET Core Razor components diff --git a/aspnetcore/blazor/components/prerendering-and-integration.md b/aspnetcore/blazor/components/prerendering-and-integration.md index 0eeb6c978156..de4b31b0e462 100644 --- a/aspnetcore/blazor/components/prerendering-and-integration.md +++ b/aspnetcore/blazor/components/prerendering-and-integration.md @@ -5,7 +5,7 @@ description: Learn about Razor component integration scenarios for Blazor apps, monikerRange: '>= aspnetcore-3.1 < aspnetcore-8.0' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/prerendering-and-integration zone_pivot_groups: blazor-hosting-models --- diff --git a/aspnetcore/blazor/components/quickgrid.md b/aspnetcore/blazor/components/quickgrid.md index 7c4772c27481..a84f32ca2c5c 100644 --- a/aspnetcore/blazor/components/quickgrid.md +++ b/aspnetcore/blazor/components/quickgrid.md @@ -5,11 +5,13 @@ description: The QuickGrid component is a Razor component for quickly and effici monikerRange: '>= aspnetcore-7.0' ms.author: riande ms.custom: mvc -ms.date: 03/30/2023 +ms.date: 11/14/2023 uid: blazor/components/quickgrid --- # ASP.NET Core Blazor `QuickGrid` component +[!INCLUDE[](~/includes/not-latest-version.md)] + :::moniker range=">= aspnetcore-8.0" The `QuickGrid` component is a Razor component for quickly and efficiently displaying data in tabular form. `QuickGrid` provides a simple and convenient data grid component for common grid rendering scenarios and serves as a reference architecture and performance baseline for building data grid components. `QuickGrid` is highly optimized and uses advanced techniques to achieve optimal rendering performance. diff --git a/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md b/aspnetcore/blazor/components/render-components-outside-of-aspnetcore.md index 59319a37399e..39d8c7088a32 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: riande ms.custom: mvc -ms.date: 05/10/2023 +ms.date: 11/14/2023 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 5b8ef93457aa..07c6062ea21f 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: riande ms.custom: mvc -ms.date: 09/08/2023 +ms.date: 11/14/2023 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 6a8eb307d7a6..6a3fd47e55af 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 d9c074cd92f1..cfc439f7b4c9 100644 --- a/aspnetcore/blazor/components/sections.md +++ b/aspnetcore/blazor/components/sections.md @@ -5,7 +5,7 @@ description: Learn how to to control the content in a Razor component from a chi monikerRange: '>= aspnetcore-8.0' ms.author: riande ms.custom: mvc -ms.date: 04/18/2023 +ms.date: 11/14/2023 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 ea2edf7209dd..5d2de0a24848 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: riande ms.custom: mvc -ms.date: 05/16/2023 +ms.date: 11/14/2023 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 05e0667f88a7..917a039e7862 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: riande ms.custom: mvc -ms.date: 05/15/2023 +ms.date: 11/14/2023 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 78015b1add35..9a5f251e30aa 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 220d1f788ce9..df5372bf0bec 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/components/virtualization --- # ASP.NET Core Razor component virtualization diff --git a/aspnetcore/blazor/debug.md b/aspnetcore/blazor/debug.md index a8ae02faa13e..0d6c244c9890 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/debug --- # Debug ASP.NET Core apps diff --git a/aspnetcore/blazor/file-downloads.md b/aspnetcore/blazor/file-downloads.md index 27f9b7788cbf..60e93b65015b 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 02606c66e575..1b37956dc02d 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: riande ms.custom: mvc -ms.date: 02/04/2023 +ms.date: 11/14/2023 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 3c83c6d255a5..5cea71fef944 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 1abcc558bb3e..369e1349d4c6 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 096fd72afef7..023fe3a544d5 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 6987a390929b..7623cc8369c1 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 f36b7f1ee6ef..dcffdbe82f4f 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 f1515626e73e..7970d91a261b 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 677feae2b02f..acbef7d15940 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 89908a6526e5..f1ddc7b3967b 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 7c92f5e98765..8fd647123886 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 1ef71b1d3d05..c66f8d692f16 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/fundamentals/index --- # ASP.NET Core Blazor fundamentals diff --git a/aspnetcore/blazor/fundamentals/logging.md b/aspnetcore/blazor/fundamentals/logging.md index 20cb249d9783..4db22786d38b 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: riande ms.custom: mvc -ms.date: 08/01/2023 +ms.date: 11/14/2023 uid: blazor/fundamentals/logging --- # ASP.NET Core Blazor logging diff --git a/aspnetcore/blazor/fundamentals/routing.md b/aspnetcore/blazor/fundamentals/routing.md index e85ee0a08d82..d76a05ca1faa 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: riande ms.custom: mvc -ms.date: 12/07/2022 +ms.date: 11/14/2023 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 4eca304b1e9e..99cdc98e55fe 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: riande ms.custom: mvc -ms.date: 02/16/2023 +ms.date: 11/14/2023 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 e9b780de0e54..ff767c0367ec 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 c5286f252a63..8a84a8a59a92 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 8570d211d3be..3a4b44758c3b 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/globalization-localization --- # ASP.NET Core Blazor globalization and localization diff --git a/aspnetcore/blazor/host-and-deploy/configure-linker.md b/aspnetcore/blazor/host-and-deploy/configure-linker.md index 51d373484ae3..e31efa57ccd8 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 9d93fd44eb34..e536cc277593 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 919f80084742..ecd417af0346 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/host-and-deploy/index --- # Host and deploy ASP.NET Core Blazor diff --git a/aspnetcore/blazor/host-and-deploy/multiple-hosted-webassembly.md b/aspnetcore/blazor/host-and-deploy/multiple-hosted-webassembly.md index 8cc1112dd83c..b4b086e7f4b4 100644 --- a/aspnetcore/blazor/host-and-deploy/multiple-hosted-webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/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: riande ms.custom: mvc -ms.date: 05/12/2023 +ms.date: 11/14/2023 uid: blazor/host-and-deploy/multiple-hosted-webassembly zone_pivot_groups: blazor-multiple-hosted-wasm-apps --- diff --git a/aspnetcore/blazor/host-and-deploy/server.md b/aspnetcore/blazor/host-and-deploy/server.md index 2492e792b17f..21e7f7042a74 100644 --- a/aspnetcore/blazor/host-and-deploy/server.md +++ b/aspnetcore/blazor/host-and-deploy/server.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy server-side Blazor apps using ASP.NET monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/host-and-deploy/server --- # Host and deploy server-side Blazor apps diff --git a/aspnetcore/blazor/host-and-deploy/webassembly-deployment-layout.md b/aspnetcore/blazor/host-and-deploy/webassembly-deployment-layout.md index b6c501f6188d..74aeec6ac6ca 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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.md b/aspnetcore/blazor/host-and-deploy/webassembly.md index 6d9da0346349..5e0fca38e73b 100644 --- a/aspnetcore/blazor/host-and-deploy/webassembly.md +++ b/aspnetcore/blazor/host-and-deploy/webassembly.md @@ -5,7 +5,7 @@ description: Learn how to host and deploy Blazor WebAssembly using ASP.NET Core, monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/host-and-deploy/webassembly --- # Host and deploy ASP.NET Core Blazor WebAssembly diff --git a/aspnetcore/blazor/hosting-models.md b/aspnetcore/blazor/hosting-models.md index 1612bc274a8b..c5ffca2b959c 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 538ae455680e..8c43eb341b50 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 07d10a59eb18..1172d859ef1a 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: riande ms.custom: "mvc" -ms.date: 01/14/2022 +ms.date: 11/14/2023 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 20ab1e1b5377..15f731577573 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: riande ms.custom: "mvc" -ms.date: 11/21/2022 +ms.date: 11/14/2023 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 fe06e165972d..4910f2422c86 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: riande ms.custom: "mvc" -ms.date: 12/07/2022 +ms.date: 11/14/2023 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 7627002d88b7..546c5df6935d 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: riande ms.custom: "mvc" -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 204cc3ab1cf8..7843a340468c 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: riande ms.custom: "mvc" -ms.date: 04/20/2023 +ms.date: 11/14/2023 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 21f8c5c5d4f3..33026cdf6de1 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: riande ms.custom: "mvc" -ms.date: 01/18/2023 +ms.date: 11/14/2023 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 b71199fa2227..af43a6eab80a 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/security/index zone_pivot_groups: blazor-hybrid-frameworks --- diff --git a/aspnetcore/blazor/hybrid/security/security-considerations.md b/aspnetcore/blazor/hybrid/security/security-considerations.md index b443ebcad29c..7213ad0752d5 100644 --- a/aspnetcore/blazor/hybrid/security/security-considerations.md +++ b/aspnetcore/blazor/hybrid/security/security-considerations.md @@ -5,7 +5,7 @@ description: Learn about security considerations when developing apps in Blazor monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/security/security-considerations --- # ASP.NET Core Blazor Hybrid security considerations diff --git a/aspnetcore/blazor/hybrid/static-files.md b/aspnetcore/blazor/hybrid/static-files.md index 511f95455566..286aa1cfb177 100644 --- a/aspnetcore/blazor/hybrid/static-files.md +++ b/aspnetcore/blazor/hybrid/static-files.md @@ -5,7 +5,7 @@ description: Learn how to consume static asset files in Blazor Hybrid apps. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 12/06/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/static-files --- # ASP.NET Core Blazor Hybrid static files diff --git a/aspnetcore/blazor/hybrid/troubleshoot.md b/aspnetcore/blazor/hybrid/troubleshoot.md index e48612f7a8dd..38254e2ce832 100644 --- a/aspnetcore/blazor/hybrid/troubleshoot.md +++ b/aspnetcore/blazor/hybrid/troubleshoot.md @@ -5,7 +5,7 @@ description: Learn how to troubleshoot issues in ASP.NET Core Blazor Hybrid with monikerRange: '>= aspnetcore-8.0' ms.author: riande ms.custom: "mvc" -ms.date: 10/03/2023 +ms.date: 11/14/2023 uid: blazor/hybrid/troubleshoot --- # Troubleshoot ASP.NET Core Blazor Hybrid diff --git a/aspnetcore/blazor/hybrid/tutorials/index.md b/aspnetcore/blazor/hybrid/tutorials/index.md index 9cd3ec652653..dcc4d50506cc 100644 --- a/aspnetcore/blazor/hybrid/tutorials/index.md +++ b/aspnetcore/blazor/hybrid/tutorials/index.md @@ -5,7 +5,7 @@ description: Learn how to build Blazor Hybrid apps with the tutorials listed in monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/tutorials/index --- # ASP.NET Core Blazor Hybrid tutorials diff --git a/aspnetcore/blazor/hybrid/tutorials/maui.md b/aspnetcore/blazor/hybrid/tutorials/maui.md index bfdf66972090..c63757b1cd02 100644 --- a/aspnetcore/blazor/hybrid/tutorials/maui.md +++ b/aspnetcore/blazor/hybrid/tutorials/maui.md @@ -5,7 +5,7 @@ description: Build a .NET MAUI Blazor Hybrid app step-by-step. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/18/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/tutorials/maui --- # Build a .NET MAUI Blazor Hybrid app diff --git a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md index 590eceeaf6d8..82f812519656 100644 --- a/aspnetcore/blazor/hybrid/tutorials/windows-forms.md +++ b/aspnetcore/blazor/hybrid/tutorials/windows-forms.md @@ -5,7 +5,7 @@ description: Build a Windows Forms Blazor app step-by-step. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/15/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/tutorials/windows-forms --- # Build a Windows Forms Blazor app diff --git a/aspnetcore/blazor/hybrid/tutorials/wpf.md b/aspnetcore/blazor/hybrid/tutorials/wpf.md index 023d283abb07..480e50c9b9c2 100644 --- a/aspnetcore/blazor/hybrid/tutorials/wpf.md +++ b/aspnetcore/blazor/hybrid/tutorials/wpf.md @@ -5,7 +5,7 @@ description: Build a Windows Presentation Foundation (WPF) app step-by-step. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/15/2022 +ms.date: 11/14/2023 uid: blazor/hybrid/tutorials/wpf --- # Build a Windows Presentation Foundation (WPF) Blazor app diff --git a/aspnetcore/blazor/images.md b/aspnetcore/blazor/images.md index 3dd0b27b1010..1e9dcd5bab6a 100644 --- a/aspnetcore/blazor/images.md +++ b/aspnetcore/blazor/images.md @@ -5,7 +5,7 @@ description: Learn how to work with images in ASP.NET Core Blazor apps. monikerRange: '>= aspnetcore-6.0' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/images --- # Work with images in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/index.md b/aspnetcore/blazor/index.md index 578f57be0bee..f9c334782b68 100644 --- a/aspnetcore/blazor/index.md +++ b/aspnetcore/blazor/index.md @@ -5,7 +5,7 @@ description: Explore ASP.NET Core Blazor, a way to build interactive client-side monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: "mvc" -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/index --- # ASP.NET Core Blazor diff --git a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md index ce955d159c8d..cd7a83621695 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md +++ b/aspnetcore/blazor/javascript-interoperability/call-dotnet-from-javascript.md @@ -5,7 +5,7 @@ description: Learn how to invoke .NET methods from JavaScript functions in Blazo monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 03/08/2023 +ms.date: 11/14/2023 uid: blazor/js-interop/call-dotnet-from-javascript --- # Call .NET methods from JavaScript functions in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md index 7a7467596e92..784f35de355a 100644 --- a/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md +++ b/aspnetcore/blazor/javascript-interoperability/call-javascript-from-dotnet.md @@ -5,7 +5,7 @@ description: Learn how to invoke JavaScript functions from .NET methods in Blazo monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 10/27/2023 +ms.date: 11/14/2023 uid: blazor/js-interop/call-javascript-from-dotnet --- # Call JavaScript functions from .NET methods in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/javascript-interoperability/import-export-interop.md b/aspnetcore/blazor/javascript-interoperability/import-export-interop.md index 4aff161e854a..87962e008183 100644 --- a/aspnetcore/blazor/javascript-interoperability/import-export-interop.md +++ b/aspnetcore/blazor/javascript-interoperability/import-export-interop.md @@ -5,11 +5,13 @@ description: Learn how to interact with JavaScript in client-side components usi monikerRange: '>= aspnetcore-7.0' ms.author: riande ms.custom: mvc -ms.date: 11/10/2022 +ms.date: 11/14/2023 uid: blazor/js-interop/import-export-interop --- # JavaScript `[JSImport]`/`[JSExport]` interop with ASP.NET Core Blazor +[!INCLUDE[](~/includes/not-latest-version.md)] + This article explains how to interact with JavaScript (JS) in client-side components using JavaScript (JS) `[JSImport]`/`[JSExport]` interop API released for apps that adopt .NET 7 or later. Blazor provides its own JS interop mechanism based on the interface, which is uniformly supported across Blazor render modes and described in the following articles: diff --git a/aspnetcore/blazor/javascript-interoperability/index.md b/aspnetcore/blazor/javascript-interoperability/index.md index a9ec3599a111..f9b294b69140 100644 --- a/aspnetcore/blazor/javascript-interoperability/index.md +++ b/aspnetcore/blazor/javascript-interoperability/index.md @@ -5,7 +5,7 @@ description: Learn how to interact with JavaScript in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/js-interop/index --- # ASP.NET Core Blazor JavaScript interoperability (JS interop) diff --git a/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md b/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md index e2299498ece0..427f2f52600e 100644 --- a/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md +++ b/aspnetcore/blazor/javascript-interoperability/static-server-rendering.md @@ -5,7 +5,7 @@ description: Learn how to use JavaScript in a Blazor Web App with Static Server monikerRange: '>= aspnetcore-8.0' ms.author: riande ms.custom: mvc -ms.date: 11/03/2023 +ms.date: 11/14/2023 uid: blazor/js-interop/ssr --- # ASP.NET Core Blazor JavaScript with Blazor Static Server rendering diff --git a/aspnetcore/blazor/performance.md b/aspnetcore/blazor/performance.md index 7b1e27698648..ed196824373b 100644 --- a/aspnetcore/blazor/performance.md +++ b/aspnetcore/blazor/performance.md @@ -5,7 +5,7 @@ description: Tips for increasing performance in ASP.NET Core Blazor apps and avo monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/performance --- # ASP.NET Core Blazor performance best practices diff --git a/aspnetcore/blazor/progressive-web-app.md b/aspnetcore/blazor/progressive-web-app.md index 134d1d716673..927745249370 100644 --- a/aspnetcore/blazor/progressive-web-app.md +++ b/aspnetcore/blazor/progressive-web-app.md @@ -5,7 +5,7 @@ description: Learn how to build a Blazor Progressive Web Application (PWA) that monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 02/23/2023 +ms.date: 11/14/2023 uid: blazor/progressive-web-app --- # ASP.NET Core Blazor Progressive Web Application (PWA) diff --git a/aspnetcore/blazor/project-structure.md b/aspnetcore/blazor/project-structure.md index 27a716dc7b03..944aba36274d 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/project-structure --- # ASP.NET Core Blazor project structure diff --git a/aspnetcore/blazor/security/content-security-policy.md b/aspnetcore/blazor/security/content-security-policy.md index 197bf61a0d01..2c942785ccca 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: riande ms.custom: mvc -ms.date: 02/23/2023 +ms.date: 11/14/2023 uid: blazor/security/content-security-policy --- # Enforce a Content Security Policy for ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/index.md b/aspnetcore/blazor/security/index.md index e485a858ec26..9ca19059711b 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: riande ms.custom: mvc -ms.date: 02/16/2023 +ms.date: 11/14/2023 uid: blazor/security/index --- # ASP.NET Core Blazor authentication and authorization diff --git a/aspnetcore/blazor/security/server/additional-scenarios.md b/aspnetcore/blazor/security/server/additional-scenarios.md index 5fb1d06ab587..8924159a8450 100644 --- a/aspnetcore/blazor/security/server/additional-scenarios.md +++ b/aspnetcore/blazor/security/server/additional-scenarios.md @@ -5,7 +5,7 @@ description: Learn how to configure server-side Blazor for additional security s monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 02/16/2023 +ms.date: 11/14/2023 uid: blazor/security/server/additional-scenarios --- # Server-side ASP.NET Core Blazor additional security scenarios diff --git a/aspnetcore/blazor/security/server/index.md b/aspnetcore/blazor/security/server/index.md index 18c7c4400b8b..210886aff86e 100644 --- a/aspnetcore/blazor/security/server/index.md +++ b/aspnetcore/blazor/security/server/index.md @@ -5,7 +5,7 @@ description: Learn how to secure server-side Blazor apps as ASP.NET Core applica monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 02/16/2023 +ms.date: 11/14/2023 uid: blazor/security/server/index --- # Secure ASP.NET Core server-side Blazor apps diff --git a/aspnetcore/blazor/security/server/threat-mitigation.md b/aspnetcore/blazor/security/server/threat-mitigation.md index 2e86457db14b..c8409c5dee84 100644 --- a/aspnetcore/blazor/security/server/threat-mitigation.md +++ b/aspnetcore/blazor/security/server/threat-mitigation.md @@ -5,7 +5,7 @@ description: Learn how to mitigate security threats to server-side Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 02/21/2023 +ms.date: 11/14/2023 uid: blazor/security/server/threat-mitigation --- # Threat mitigation guidance for server-side ASP.NET Core Blazor diff --git a/aspnetcore/blazor/security/webassembly/additional-scenarios.md b/aspnetcore/blazor/security/webassembly/additional-scenarios.md index 50106251c819..90177d6514d8 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: riande ms.custom: mvc -ms.date: 04/04/2023 +ms.date: 11/14/2023 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 1e3ebf766013..4311753e98d1 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: riande ms.custom: mvc -ms.date: 03/22/2023 +ms.date: 11/14/2023 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 76aafd08ae8b..43cb048342fe 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: riande ms.custom: mvc -ms.date: 04/25/2023 +ms.date: 11/14/2023 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 83958c455366..0ddf55ec24b5 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: riande ms.custom: mvc -ms.date: 03/23/2023 +ms.date: 11/14/2023 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 d18bc5c782a5..60c341c14133 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: riande ms.custom: "devx-track-csharp, mvc" -ms.date: 04/25/2023 +ms.date: 11/14/2023 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 8f8f435edd21..26b13a71769d 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: riande ms.custom: mvc -ms.date: 02/28/2023 +ms.date: 11/14/2023 uid: blazor/security/webassembly/index --- # Secure ASP.NET Core Blazor WebAssembly 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 c9245bd5d11b..bc953c395f37 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-5.0' ms.author: riande ms.custom: "devx-track-csharp, mvc" -ms.date: 12/16/2022 +ms.date: 11/14/2023 uid: blazor/security/webassembly/meid-groups-roles zone_pivot_groups: blazor-groups-and-roles --- diff --git a/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md b/aspnetcore/blazor/security/webassembly/standalone-with-authentication-library.md index 5755c2c3a4ab..f0052cdabc64 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: riande ms.custom: mvc -ms.date: 03/15/2023 +ms.date: 11/14/2023 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 db34198bb499..0738a13b568b 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: riande ms.custom: mvc -ms.date: 03/10/2023 +ms.date: 11/14/2023 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.md b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md index fd268d50cde0..18c8a6a97eef 100644 --- a/aspnetcore/blazor/security/webassembly/standalone-with-identity.md +++ b/aspnetcore/blazor/security/webassembly/standalone-with-identity.md @@ -5,7 +5,7 @@ description: Learn how to secure Blazor WebAssembly apps with ASP.NET Core Ident monikerRange: '>= aspnetcore-8.0' ms.author: riande ms.custom: mvc -ms.date: 11/06/2023 +ms.date: 11/14/2023 uid: blazor/security/webassembly/standalone-with-identity --- # Secure 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 e74758de9a95..3a5cacf40ad7 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: riande ms.custom: mvc -ms.date: 03/14/2023 +ms.date: 11/14/2023 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 56726065ab0c..e06efb488cf2 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: riande ms.custom: "devx-track-csharp, mvc" -ms.date: 03/10/2023 +ms.date: 11/14/2023 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.md b/aspnetcore/blazor/state-management.md index bd5803615dba..a27cb7113d6b 100644 --- a/aspnetcore/blazor/state-management.md +++ b/aspnetcore/blazor/state-management.md @@ -5,7 +5,7 @@ description: Learn how to persist user data (state) in Blazor apps. monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/state-management zone_pivot_groups: blazor-app-models --- diff --git a/aspnetcore/blazor/supported-platforms.md b/aspnetcore/blazor/supported-platforms.md index 038377bba80a..e1d5d6774e72 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/supported-platforms --- # ASP.NET Core Blazor supported platforms diff --git a/aspnetcore/blazor/test.md b/aspnetcore/blazor/test.md index 889483bf3170..81d0cc7eafe7 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/test --- # Test Razor components in ASP.NET Core Blazor diff --git a/aspnetcore/blazor/tooling.md b/aspnetcore/blazor/tooling.md index ee3fabbce664..b6c51cd358d7 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 on various pla monikerRange: '>= aspnetcore-3.1' ms.author: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/tooling zone_pivot_groups: operating-systems --- diff --git a/aspnetcore/blazor/tutorials/build-a-blazor-app.md b/aspnetcore/blazor/tutorials/build-a-blazor-app.md index 224330bd01d3..e82b8219be75 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 0acc07485d5b..e00169c813cc 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/tutorials/index --- # ASP.NET Core Blazor tutorials diff --git a/aspnetcore/blazor/tutorials/signalr-blazor.md b/aspnetcore/blazor/tutorials/signalr-blazor.md index ea97c7b920de..ff39acf53af2 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: riande ms.custom: mvc -ms.date: 01/25/2022 +ms.date: 11/14/2023 uid: blazor/tutorials/signalr-blazor --- # Use ASP.NET Core SignalR with Blazor diff --git a/aspnetcore/blazor/webassembly-lazy-load-assemblies.md b/aspnetcore/blazor/webassembly-lazy-load-assemblies.md index 6542bad31123..ee004151ff5b 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 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 7ea58c979a96..4b54090fd646 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: riande ms.custom: mvc -ms.date: 11/08/2022 +ms.date: 11/14/2023 uid: blazor/webassembly-native-dependencies --- # ASP.NET Core Blazor WebAssembly native dependencies