Interface IWithMessageTemplate<T, TProperty, TOptions>
- Namespace
- ExpressValidator
- Assembly
- ExpressValidator.dll
public interface IWithMessageTemplate<T, TProperty, TOptions>
Type Parameters
TTPropertyTOptions
Methods
WithTemplateArgument(string, Func<TOptions, object>)
IConfiguredPropertyBuilder<T, TProperty, TOptions> WithTemplateArgument(string argName, Func<TOptions, object> f)
Parameters
Returns
- IConfiguredPropertyBuilder<T, TProperty, TOptions>