9 references to ModelState
Microsoft.AspNetCore.Mvc.Core (9)
ControllerBase.cs (9)
1932/// with validation errors from <see cref="ModelState"/>. 1938=> ValidationProblem(ModelState); 1950/// When <see langword="null"/> uses <see cref="ModelState"/>.</param> 1974/// When <see langword="null"/> uses <see cref="ModelState"/>.</param> 1988modelStateDictionary ??= ModelState; 2815/// <returns><c>true</c> if the <see cref="ModelState"/> is valid; <c>false</c> otherwise.</returns> 2829/// <param name="prefix">The key to use when looking up information in <see cref="ModelState"/>. 2831/// <returns><c>true</c> if the <see cref="ModelState"/> is valid;<c>false</c> otherwise.</returns> 2844return ModelState.IsValid;