Skip to content

Commit 3752039

Browse files
authored
Merge branch 'master' into release/3.0-preview9
2 parents 33f7a78 + 4bd7dc6 commit 3752039

34 files changed

+323
-91
lines changed

aspnetcore/blazor/forms-validation.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,3 +199,7 @@ The `ValidationMessage` component displays validation messages for a specific fi
199199
```
200200

201201
The `ValidationMessage` and `ValidationSummary` components support arbitrary attributes. Any attribute that doesn't match a component parameter is added to the generated `<div>` or `<ul>` element.
202+
203+
### Validation of complex or collection type properties
204+
205+
Validation attributes applied to the properties of a model validate when the form is submitted. However, the properties of collections or complex data types of a model aren't validated on form submission. To honor the nested validation attributes in this scenario, use a custom validation component. For an example, see the [Blazor Validation sample in the aspnet/samples GitHub repository](https://github.com/aspnet/samples/tree/master/samples/aspnetcore/blazor/Validation).

aspnetcore/fundamentals/servers/httpsys.md

Lines changed: 72 additions & 61 deletions
Large diffs are not rendered by default.

aspnetcore/fundamentals/servers/httpsys/sample_snapshot/Program.cs

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)