Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Blazor dates and release NITs #31024

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/blazor/advanced-scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/blazor-ef-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/call-web-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/built-in-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/class-libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/control-head-content.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 `<head>` content in ASP.NET Core Blazor apps
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/css-isolation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/data-binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/dynamiccomponent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/event-handling.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/generic-type-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/js-spa-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/layouts.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/lifecycle.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/overwriting-parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/prerender.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
---
Expand Down
4 changes: 3 additions & 1 deletion aspnetcore/blazor/components/quickgrid.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/render-modes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/rendering.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/sections.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/synchronization-context.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/templated-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/components/virtualization.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/debug.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/file-downloads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/file-uploads.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/forms/binding.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/forms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/forms/input-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/forms/troubleshoot.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/forms/validation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/dependency-injection.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/environments.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/handle-errors.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion aspnetcore/blazor/fundamentals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading