2 writes to GroupName
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (2)
DataAnnotationsMetadataProviderTest.cs (2)
1811[Display(Name = "", GroupName = "Zero")] 1814[Display(Name = "menos uno", GroupName = "Negatives")]
8 references to GroupName
System.ComponentModel.Annotations (8)
System\ComponentModel\DataAnnotations\DisplayAttribute.cs (8)
22private readonly LocalizableString _groupName = new LocalizableString(nameof(GroupName)); 168/// <see cref="Name" />, <see cref="Description" />, <see cref="Prompt" />, and <see cref="GroupName" />. 383/// This can be either a literal, non-localized string provided to <see cref="GroupName" /> or the 384/// localized string found when <see cref="ResourceType" /> has been specified and <see cref="GroupName" /> 390/// <see cref="GroupName" /> will be returned. 392/// When <see cref="ResourceType" /> has been specified and <see cref="GroupName" /> 397/// After setting both the <see cref="ResourceType" /> property and the <see cref="GroupName" /> property, 398/// but a public static property with a name matching the <see cref="GroupName" /> value couldn't be found