aspnetcore/test/Microsoft.AspNetCore.Mvc.Vi.../ViewFeatures
Doug Bunting 809d2bf7ec Add `ValidationHtmlAttributeProvider` to make `AddValidationAttributes()` available
- #5028
- helpers similar to our HTML or tag helpers can use the new singleton to examine or add validation attributes
 - in the most common case, helpers add validation attributes to a `TagBuilder`
- separate `DefaultValidationHtmlAttributeProvider` from `DefaultHtmlGenerator`
 - avoids creating two instances of the `DefaultHtmlGenerator` singleton
 - would be even uglier to require callers to cast an `IHtmlGenerator` to `ValidationHtmlAttributeProvider`
- `[Obsolete]` old `DefaultHtmlGenerator` constructor
2016-09-13 21:07:18 -07:00
..
AntiforgeryExtensionsTest.cs
AttributeDictionaryTest.cs
DefaultHtmlGeneratorTest.cs Add `ValidationHtmlAttributeProvider` to make `AddValidationAttributes()` available 2016-09-13 21:07:18 -07:00
DefaultValidationHtmlAttributeProviderTest.cs Add `ValidationHtmlAttributeProvider` to make `AddValidationAttributes()` available 2016-09-13 21:07:18 -07:00
ModelExplorerExtensionsTest.cs
ModelExplorerTest.cs
SessionStateTempDataProviderTest.cs
StringHtmlContentTest.cs
TempDataDictionaryFactoryTest.cs
TempDataDictionaryTest.cs
ViewDataDictionaryOfTModelTest.cs
ViewDataDictionaryTest.cs
ViewDataOfTTest.cs
ViewExecutorTest.cs [Fixes #4224] Remove use of service locator on ViewExecutor 2016-05-31 23:39:22 -07:00