Skip to content

Commit e63b054

Browse files
committed
Technical Review 1016180: Improve how forms and validation work in Blazor web apps
1 parent a548665 commit e63b054

9 files changed

+9
-9
lines changed

learn-pr/aspnetcore/blazor-improve-how-forms-work/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: introduction
66
title: Introduction
77
description: Introduction
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/2-attach-csharp-code-dom-events-blazor-event-handlers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Attach C# code to DOM events with Blazor event handlers"
77
description: "Create handlers to process DOM events using C#"
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/3-exercise-create-blazor-event-handler-onclick-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Exercise
66
title: "Exercise - Create a Blazor event handler for onclick events"
77
description: "Handle the onclick event for an HTML form control using C#"
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/4-take-advantage-power-blazor-forms.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Take advantage of the power of Blazor forms"
77
description: "Learn how to use Blazor input elements with Blazor forms"
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/5-exercise-create-address-form-blazor-components.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Exercise
66
title: "Exercise - Create an address form with Blazor components"
77
description: "Build an address form and connect it to a data model."
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/6-validate-user-input-implicitly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "Validate user input implicitly without writing validation code"
77
description: "Learn how to use Blazor's events to validate user input in forms."
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/7-exercise-add-server-client-side-data-validation-address-form.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: Exercise
66
title: "Exercise - Add server-side and client-side data validation to the address form "
77
description: "Use data annotations on a model to add custom validation to a Blazor EditForm component."
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: summary
66
title: "Summary"
77
description: "In this unit, you'll review what you've learned about forms in Blazor web apps."
8-
ms.date: 11/09/2023
8+
ms.date: 01/09/2025
99
author: csharpfritz
1010
ms.author: jefritz
1111
ms.manager: markl

learn-pr/aspnetcore/blazor-improve-how-forms-work/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ metadata:
44
moduleType: standard
55
title: "Improve how forms and validation work in Blazor web apps"
66
description: "Learn how to use DOM events, forms, and validation in a Blazor app"
7-
ms.date: 11/09/2023
7+
ms.date: 01/09/2025
88
author: csharpfritz
99
ms.author: jefritz
1010
manager: coxford

0 commit comments

Comments
 (0)