4 writes to TemplateHint
Microsoft.AspNetCore.Mvc.DataAnnotations (2)
DataAnnotationsMetadataProvider.cs (2)
289
displayMetadata.
TemplateHint
= uiHintAttribute.UIHint;
293
displayMetadata.
TemplateHint
= "HiddenInput";
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (2)
DefaultEditorTemplatesTest.cs (2)
733
dd.
TemplateHint
= templateName;
776
dd.
TemplateHint
= templateName;
2 references to TemplateHint
Microsoft.AspNetCore.Mvc.Core (1)
ModelBinding\Metadata\DefaultModelMetadata.cs (1)
411
public override string? TemplateHint => DisplayMetadata.
TemplateHint
;
Microsoft.AspNetCore.Mvc.DataAnnotations.Test (1)
DataAnnotationsMetadataProviderTest.cs (1)
78
{ new UIHintAttribute("hintHint"), d => d.
TemplateHint
, "hintHint" },