2 references to IsFullNameValid
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
DefaultHtmlGenerator.cs (2)
722
if (!
IsFullNameValid
(fullName, htmlAttributeDictionary, fallbackAttributeName: "data-valmsg-for"))
1518
return
IsFullNameValid
(fullName, htmlAttributeDictionary, fallbackAttributeName: "name");