From cd07aac55707473186640c3e5068082409734d37 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 26 May 2026 10:44:01 -0400 Subject: [PATCH] docs(blazor): clarify ValidationSummary default CSS class and class-merging behavior (#37191) --- aspnetcore/blazor/forms/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/blazor/forms/validation.md b/aspnetcore/blazor/forms/validation.md index 7ade18ddff30..97e596b50ede 100644 --- a/aspnetcore/blazor/forms/validation.md +++ b/aspnetcore/blazor/forms/validation.md @@ -1042,7 +1042,7 @@ The component ``` -The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
` or `
    ` element. +The and components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `
    ` or `
      ` element. `ValidationSummary` applies the `validation-errors` CSS class to the generated `
        ` element by default. When a `class` attribute is supplied, the provided class value is combined with the default class. Control the style of validation messages in the app's stylesheet (`wwwroot/css/app.css` or `wwwroot/css/site.css`). The default `validation-message` class sets the text color of validation messages to red: