4 references to HiddenInputAttribute
Microsoft.AspNetCore.Mvc.DataAnnotations (4)
DataAnnotationsMetadataProvider.cs (2)
64
var
hiddenInputAttribute = attributes.OfType<
HiddenInputAttribute
>().FirstOrDefault();
HiddenInputAttribute.cs (2)
11
/// When overriding a <see cref="
HiddenInputAttribute
"/> inherited from a base class, should apply both
19
/// Instantiates a new instance of the <see cref="
HiddenInputAttribute
"/> class.