2 implementations of ValidationMessage
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)
9 references to ValidationMessage
Microsoft.AspNetCore.Mvc.ViewFeatures (8)
Rendering\HtmlHelperValidationExtensions.cs (5)
35return htmlHelper.ValidationMessage(expression, message: null, htmlAttributes: null, tag: null);
61return htmlHelper.ValidationMessage(expression, message, htmlAttributes: null, tag: null);
92return htmlHelper.ValidationMessage(expression, message: null, htmlAttributes: htmlAttributes, tag: null);
123return htmlHelper.ValidationMessage(expression, message, htmlAttributes: null, tag: tag);
156return htmlHelper.ValidationMessage(expression, message, htmlAttributes, tag: null);
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (1)