3 references to FormatPropertyForClientValidation
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
RemoteAttributeBase.cs (2)
65
.Select(
FormatPropertyForClientValidation
)
91
var formattedString =
FormatPropertyForClientValidation
(property) + delimitedAdditionalFields;
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
RemoteAttributeBaseTest.cs (1)
135
() => RemoteAttributeBase.
FormatPropertyForClientValidation
(property),