We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf5d70 commit 6021458Copy full SHA for 6021458
src/Application/src/RazorPagesTestSample/Data/Message.cs
@@ -17,7 +17,7 @@ public class Message
17
/// The text must be a valid string and is required. If the text exceeds 250 characters, an error message will be displayed.
18
/// </remarks>
19
/// <exception cref="ValidationException">
20
- /// Thrown when the text exceeds 250 characters or is not provided.
+ /// Thrown when the text exceeds 250 characters or is not provided.
21
/// </exception>
22
/// /// /// /// /// /// /// /// /// /// /// /// [Required]
23
[DataType(DataType.Text)]
0 commit comments