Method GenerateValidationMessage
|
Improve this Doc
View Source
GenerateValidationMessage(ViewContext, String, Column, String, String, Object)
Declaration
public virtual TagBuilder GenerateValidationMessage(ViewContext viewContext, string fullHtmlFieldName, Column column, string message, string tag, object htmlAttributes)
Parameters
Type |
Name |
Description |
Microsoft.AspNetCore.Mvc.Rendering.ViewContext |
viewContext |
|
System.String |
fullHtmlFieldName |
|
Column |
column |
|
System.String |
message |
|
System.String |
tag |
|
System.Object |
htmlAttributes |
|
Returns
Type |
Description |
Microsoft.AspNetCore.Mvc.Rendering.TagBuilder |
|
Implements