6 references to Model
Microsoft.AspNetCore.Mvc.Abstractions (5)
ModelBinding\Validation\ValidationEntry.cs (5)
34
/// <param name="metadata">The <see cref="ModelMetadata"/> associated with the <see cref="
Model
"/>.</param>
35
/// <param name="key">The model prefix associated with the <see cref="
Model
"/>.</param>
36
/// <param name="modelAccessor">A delegate that will return the <see cref="
Model
"/>.</param>
50
/// The model prefix associated with <see cref="
Model
"/>.
55
/// The <see cref="ModelMetadata"/> associated with <see cref="
Model
"/>.
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Validation\ValidationVisitor.cs (1)
439
isValid &= Visit(metadata, key, entry.
Model
);