aspnetcore/test/WebSites
Doug Bunting eb70b1c28c Remove `WebUtility` use and handle `IHtmlContent` return values from view components
- #3571 and part of #3123
- split `ContentViewComponentResult` in two
- add `HtmlEncoder` to `ViewComponentContext`
- remove use of `WebUtility.HtmlEncode()` and `HtmlDecode()`

nits: remove unused `using`s in files I had open
2015-11-23 11:12:44 -08:00
..
ActionConstraintsWebSite
ActionResultsWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ActivatorWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
AntiforgeryTokenWebSite
ApiExplorerWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ApplicationModelWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
BasicWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
BestEffortLinkGenerationWebSite
CompositeViewEngineWebSite Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
ContentNegotiationWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
ControllerDiscoveryConventionsWebSite
ControllersFromServicesClassLibrary Move less-commonly used types out of .Rendering 2015-09-16 23:52:29 -07:00
ControllersFromServicesWebSite
CorsMiddlewareWebSite
CorsWebSite Make Cors filters run before any other authorization filters 2015-11-18 10:51:49 -08:00
CustomRouteWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
ErrorPageMiddlewareWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
FilesWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
FiltersWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
FormatFilterWebSite
FormatterWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
HtmlGenerationWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
InlineConstraintsWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
JsonPatchWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
LocalizationWebSite fix #3414 : RegularExpressionAttribute generates wrong data-val-regex message 2015-11-10 10:27:53 -08:00
LoggingWebSite
LowercaseUrlsWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Renaming Microsoft.Framework.* -> Microsoft.Extensions.* 2015-10-03 15:44:53 -07:00
ModelBindingWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
PrecompilationWebSite Add relative view path support 2015-11-18 15:59:11 -08:00
RazorEmbeddedViewsWebSite
RazorPageExecutionInstrumentationWebSite Simplify instrumentation confirmations in `RazorPageExecutionInstrumentationTest` 2015-10-28 16:45:30 -07:00
RazorWebSite Switch concepts from misnamed `isPartial` to `isMainPage` 2015-11-18 15:59:37 -08:00
RequestServicesWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
ResponseCacheWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
RoutingWebSite Remove Microsoft.AspNet.Server.IIS from test Websites 2015-10-24 08:04:00 -07:00
TagHelpersWebSite Remove `WebUtility` use and handle `IHtmlContent` return values from view components 2015-11-23 11:12:44 -08:00
TempDataWebSite
UrlHelperWebSite
UserClassLibrary
ValidationWebSite
ValueProvidersWebSite Replace ActionBindingContext with ControllerContext 2015-11-20 15:32:37 -08:00
VersioningWebSite
ViewComponentWebSite
WebApiCompatShimWebSite Limit [FromServices] to apply only to parameters 2015-11-17 16:41:04 -08:00
XmlFormattersWebSite