Method | Description | |
---|---|---|
Run ( FluentValidation validator, HtmlTags.HtmlTag tag, string formattedMessage ) : void |
Run the specified validator, tag and formattedMessage.
|
public Run ( FluentValidation validator, HtmlTags.HtmlTag tag, string formattedMessage ) : void | ||
validator | FluentValidation | A validator. |
tag | HtmlTags.HtmlTag | A tag. |
formattedMessage | string | Formatted message. |
return | void |