aspnetcore/test/Microsoft.AspNet.Mvc.Functi.../Compiler/Resources
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
..
BasicWebSite.Home.ActionLinkView.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
BasicWebSite.Home.Index.html
BasicWebSite.Home.PlainView.html
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt
ModelBindingWebSite.Vehicle.Details.html
ModelBindingWebSite.Vehicle.Edit.Invalid.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
ModelBindingWebSite.Vehicle.Edit.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Customer.Index.html Quick fix: Correct invalid HTML in some of our tag helper-related views 2015-03-23 22:13:03 -07:00
MvcTagHelpersWebSite.MvcTagHelper_Home.CreateWarehouse.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Customer.html Quick fix: Correct invalid HTML in some of our tag helper-related views 2015-03-23 22:13:03 -07:00
MvcTagHelpersWebSite.MvcTagHelper_Home.EditWarehouse.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.EmployeeList.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Environment.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Form.Options.AntiForgery.False.html Added FormTagHelperOptions for configuring default behavior of FormTagHelper: 2015-03-05 20:12:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Form.Options.AntiForgery.True.html Added FormTagHelperOptions for configuring default behavior of FormTagHelper: 2015-03-05 20:12:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Form.Options.AntiForgery.null.html Added FormTagHelperOptions for configuring default behavior of FormTagHelper: 2015-03-05 20:12:36 -08:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Index.html MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Link.html MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Order.html
MvcTagHelpersWebSite.MvcTagHelper_Home.OrderUsingHtmlHelpers.html Quick fix: Correct invalid HTML in some of our tag helper-related views 2015-03-23 22:13:03 -07:00
MvcTagHelpersWebSite.MvcTagHelper_Home.Product.html
MvcTagHelpersWebSite.MvcTagHelper_Home.ProductList.html
MvcTagHelpersWebSite.MvcTagHelper_Home.Script.html MVC portion of aspnet/Razor#335 2015-03-30 10:54:00 -07:00
TagHelpersWebSite.Employee.Create.Invalid.html TagHelpers attribute targeting - part 1 2015-03-20 11:15:40 -07:00
TagHelpersWebSite.Employee.Create.html TagHelpers attribute targeting - part 1 2015-03-20 11:15:40 -07:00
TagHelpersWebSite.Employee.Details.AfterCreate.html
TagHelpersWebSite.Home.About.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
TagHelpersWebSite.Home.Help.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
TagHelpersWebSite.Home.Index.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt
UpdateDealerVehicle_PopulatesValidationSummary.txt
UpdateDealerVehicle_UpdateSuccessful.txt
ValidationWebSite.Aria.RemoteAttribute_Home.Create.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
ValidationWebSite.Root.RemoteAttribute_Home.Create.html Replaced WebUtility.HtmlEnode with IHtmlEncoder.HtmlEncode 2015-03-03 13:57:36 -08:00
ViewEngineController.ViewWithPaths.txt