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