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 5099c7b commit 36f5d32Copy full SHA for 36f5d32
src/Application/src/RazorPagesTestSample/Data/Message.cs
@@ -21,7 +21,7 @@ public class Message
21
/// </exception>
22
/// /// /// /// /// /// /// /// /// /// /// /// [Required]
23
[DataType(DataType.Text)]
24
- [StringLength(250, ErrorMessage = "There's a 200 character limit on messages. Please shorten your message.")]
+ [StringLength(250, ErrorMessage = "There's a 250 character limit on messages. Please shorten your message.")]
25
public string Text { get; set; }
26
}
27
#endregion
0 commit comments