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