aspnetcore/test/WebSites
Doug Bunting 28ca45e077 Quick fix: Correct invalid HTML in some of our tag helper-related views
- few end tags for void elements e.g. `</input>`
- fair number of self-closing flow elements e.g. `<label .../>`
- most-visible change is correction of `<textarea>` in tag helper sample
- no product code changes
2015-03-23 22:13:03 -07:00
..
ActionConstraintsWebSite
ActionResultsWebSite
ActivatorWebSite
AddServicesWebSite
AntiForgeryWebSite
ApiExplorerWebSite
ApplicationModelWebSite Adding support for model binding specifically marked controller properties. 2015-03-20 17:37:09 -07:00
AutofacWebSite
BasicWebSite
BestEffortLinkGenerationWebSite
CompositeViewEngineWebSite
ContentNegotiationWebSite
ControllerDiscoveryConventionsWebSite
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite
CorsMiddlewareWebSite Removing ModelMetadataProvider.GetModelMetadataForParameters 2015-03-19 16:42:54 -07:00
CorsWebSite Fix tests to work on CoreClr (this does not fix the Xml tests failures) 2015-03-19 11:52:29 -07:00
CustomRouteWebSite React to #154 (Routing - adding data token to GetVirtualPath) 2015-03-19 21:51:14 -07:00
ErrorPageMiddlewareWebSite
FilesWebSite Fix tests to work on CoreClr (this does not fix the Xml tests failures) 2015-03-19 11:52:29 -07:00
FiltersWebSite Removed reflection code; used JsonContract instead and added new JsonPatchInputFormatter 2015-03-23 14:46:54 -07:00
FormatFilterWebSite
FormatterWebSite Adding support for model binding specifically marked controller properties. 2015-03-20 17:37:09 -07:00
InlineConstraintsWebSite
LoggingWebSite
LowercaseUrlsWebSite
Microsoft.AspNet.Mvc.TestConfiguration
ModelBindingWebSite Adding support for model binding specifically marked controller properties. 2015-03-20 17:37:09 -07:00
MvcTagHelpersWebSite Quick fix: Correct invalid HTML in some of our tag helper-related views 2015-03-23 22:13:03 -07:00
PrecompilationWebSite
RazorCompilerCacheWebSite
RazorEmbeddedViewsWebSite
RazorPageExecutionInstrumentationWebSite
RazorWebSite
RequestServicesWebSite
ResponseCacheWebSite
RoutingWebSite
TagHelpersWebSite Refactor of ViewComponent extensibility 2015-03-20 13:39:54 -07:00
TempDataWebSite [Fixes #2157] Added additional functional tests for TempData 2015-03-19 15:55:23 -07:00
UrlHelperWebSite
UserClassLibrary
ValidationWebSite
ValueProvidersWebSite
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite
XmlFormattersWebSite