4 references to ModelState
Microsoft.AspNetCore.Mvc.RazorPages (4)
PageModel.cs (4)
1631
/// <returns><c>true</c> if the <see cref="
ModelState
"/> is valid; <c>false</c> otherwise.</returns>
1644
/// <param name="name">The key to use when looking up information in <see cref="
ModelState
"/>.
1646
/// <returns><c>true</c> if the <see cref="
ModelState
"/> is valid;<c>false</c> otherwise.</returns>
1658
return
ModelState
.IsValid;