9 references to ModelState
Microsoft.AspNetCore.Mvc.Core (9)
ControllerBase.cs (9)
1930/// with validation errors from <see cref="ModelState"/>. 1936=> ValidationProblem(ModelState); 1948/// When <see langword="null"/> uses <see cref="ModelState"/>.</param> 1972/// When <see langword="null"/> uses <see cref="ModelState"/>.</param> 1986modelStateDictionary ??= ModelState; 2811/// <returns><c>true</c> if the <see cref="ModelState"/> is valid; <c>false</c> otherwise.</returns> 2825/// <param name="prefix">The key to use when looking up information in <see cref="ModelState"/>. 2827/// <returns><c>true</c> if the <see cref="ModelState"/> is valid;<c>false</c> otherwise.</returns> 2840return ModelState.IsValid;