1 write to Prefix
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
ModelMetadataProviderTest.cs (1)
1007
[Bind(new[] { nameof(IsAdmin), nameof(UserName) },
Prefix
= "TypePrefix")]
1 reference to Prefix
Microsoft.AspNetCore.Mvc.Core (1)
BindAttribute.cs (1)
49
string? IModelNameProvider.Name =>
Prefix
;