aspnetcore/test/WebSites
Doug Bunting 5882cdb03f MVC portion of aspnet/Razor#335
- set correct `MarkAsHtmlEncodedMethodName` value in `MvcRazorHost`
- handle `HtmlString` values in `TagHelperOutput.Attributes` in `RazorPage`
 - special-case double-quotes in `HtmlString` values
 - add `static WriteTo()` method for use in tag helpers
- handle non-`string` `output.Attributes` values in tag helpers
- make `TagHelperContentWrapperTextWriter` a `public` class
- provide a `TagHelperContent.Append(object, ...)` extension method
- add `LinkTagHelper.Href` and `ScriptTagHelper.Src` properties
 - avoid Razor HTML-encoding these attribute values before their use
- add `JavaScriptEncoder` properties in `LinkTagHelper` and `ScriptTagHelper`
 - allow encoding testing without unit testing the default encoder
- handle MVC and Razor changes for this bug in existing tests
- add functional tests of encodings
- add test encoders to TestCommon project

nits:
- correct `InputTagHelper` to pass `type=""` through unchanged
- set correct `TagHelperContentTypeName` value in `MvcRazorHost`
- remove unnecessary `FormTagHelper.Method` and `OptionTagHelper.Selected` properties
- remove complex ternaries and `ShouldAddFileVersion()` methods
- add a few debug assertions
- fix some odd wrapping
- remove or `#if`-out unused `using`s
- remove trailing whitespace
2015-03-30 10:54:00 -07:00
..
ActionConstraintsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ActionResultsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ActivatorWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
AddServicesWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
AntiForgeryWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ApiExplorerWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ApplicationModelWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
AutofacWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
BasicWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
BestEffortLinkGenerationWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
CompositeViewEngineWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ContentNegotiationWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ControllerDiscoveryConventionsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ControllersFromServicesClassLibrary
ControllersFromServicesWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
CorsMiddlewareWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
CorsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
CustomRouteWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ErrorPageMiddlewareWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
FilesWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
FiltersWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
FormatFilterWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
FormatterWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
InlineConstraintsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
LoggingWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
LowercaseUrlsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
Microsoft.AspNet.Mvc.TestConfiguration Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ModelBindingWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
MvcTagHelpersWebSite MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
PrecompilationWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RazorCompilerCacheWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RazorEmbeddedViewsWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RazorPageExecutionInstrumentationWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RazorWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RequestServicesWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ResponseCacheWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
RoutingWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
TagHelpersWebSite MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
TempDataWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
UrlHelperWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
UserClassLibrary
ValidationWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ValueProvidersWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
VersioningWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
ViewComponentWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
WebApiCompatShimWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00
XmlFormattersWebSite Quick fixes: Clean up test code 2015-03-24 13:42:27 -07:00