4 references to TryAddModelException
Microsoft.AspNetCore.Mvc.ViewFeatures.Test (4)
ModelStateDictionaryExtensionsTest.cs (4)
85
dictionary.
TryAddModelException
<TestModel>(model => model.Text, exception);
123
dictionary.
TryAddModelException
<TestModel>(model => model.Child.Text, exception);
161
dictionary.
TryAddModelException
<TestModel>(model => model.Child.Value, exception);
200
dictionary.
TryAddModelException
<TestModel>(model => variable, exception);