aspnetcore/test/Microsoft.AspNet.Mvc.Functi.../compiler/resources
Ryan Nowak 6875ee55d3 Remove Magic Link Generation
This change resolves #3512 and #3636 by removing 'magic' link generation
and adding an extension method to add routes to areas correctly using the new
pattern. This is pretty much exactly the same as how MapWebApiRoute works.

For site authors, we recommend adding area-specific routes in a way that
includes a default AND constraint for the area. Put your most specific
(for link generation) routes FIRST.

Ex:

  routes.MapRoute(
      "Admin/{controller}/{action}/{id?}",
      defaults: new { area = "Admin" },
      constraints: new { area = "Admin" });

The bulk of the changes here are to tests that unwittingly relied on the
old behavior.
2015-11-30 11:24:23 -08:00
..
BasicWebSite.Home.ActionLinkView.html
BasicWebSite.Home.Index.html
BasicWebSite.Home.PlainView.html
BasicWebSite.Home.ViewWithPrefixedAttributeValue.html
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert1.txt
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert2.txt
CacheTagHelper_CanCachePortionsOfViewsPartialViewsAndViewComponents.Assert3.txt
HtmlGenerationWebSite.HtmlGeneration_Customer.Index.html
HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.Encoded.html
HtmlGenerationWebSite.HtmlGeneration_Home.AttributesWithBooleanValues.html
HtmlGenerationWebSite.HtmlGeneration_Home.CreateWarehouse.html
HtmlGenerationWebSite.HtmlGeneration_Home.Customer.html
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.Encoded.html
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html
HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html
HtmlGenerationWebSite.HtmlGeneration_Home.Environment.html
HtmlGenerationWebSite.HtmlGeneration_Home.Form.html Remove more `TestHelper` functional tests 2015-10-28 16:40:13 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.Image.html
HtmlGenerationWebSite.HtmlGeneration_Home.Index.Encoded.html Remove Magic Link Generation 2015-11-30 11:24:23 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Index.html Remove Magic Link Generation 2015-11-30 11:24:23 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Input.html
HtmlGenerationWebSite.HtmlGeneration_Home.Link.Encoded.html Update `LinkTagHelper`s `meta` tag to be w3c compliant. 2015-11-06 12:15:55 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Link.html Update `LinkTagHelper`s `meta` tag to be w3c compliant. 2015-11-06 12:15:55 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html Update `DefaultHtmlGenerator.GenerateAntiforgery()` to match latest `IAntiforgery.GetHtml()` 2015-11-25 09:49:15 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Order.html
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html Update `DefaultHtmlGenerator.GenerateAntiforgery()` to match latest `IAntiforgery.GetHtml()` 2015-11-25 09:49:15 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.html
HtmlGenerationWebSite.HtmlGeneration_Home.Product.Encoded.html
HtmlGenerationWebSite.HtmlGeneration_Home.Product.html
HtmlGenerationWebSite.HtmlGeneration_Home.ProductList.html
HtmlGenerationWebSite.HtmlGeneration_Home.Script.Encoded.html Revert "Fixing tests" 2015-11-02 09:45:56 -08:00
HtmlGenerationWebSite.HtmlGeneration_Home.Script.html
ModelBindingWebSite.Vehicle.Details.html
ModelBindingWebSite.Vehicle.Edit.Invalid.html
ModelBindingWebSite.Vehicle.Edit.html
RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html Removing PageInstrumentation 2015-11-25 08:41:21 -08:00
RazorWebSite.UrlResolution.Index.Encoded.html Update test files to showcase block level Razor statements in attributes. 2015-11-06 11:11:40 -08:00
RazorWebSite.UrlResolution.Index.html Update test files to showcase block level Razor statements in attributes. 2015-11-06 11:11:40 -08:00
TagHelpersWebSite.Employee.Create.Invalid.html
TagHelpersWebSite.Employee.Create.html
TagHelpersWebSite.Employee.Details.AfterCreate.html
TagHelpersWebSite.Home.About.html
TagHelpersWebSite.Home.Help.html
TagHelpersWebSite.Home.Index.html
TagHelpersWebSite.Home.UnboundDynamicAttributes.Encoded.html Update test files to showcase block level Razor statements in attributes. 2015-11-06 11:11:40 -08:00
TagHelpersWebSite.Home.UnboundDynamicAttributes.html Update test files to showcase block level Razor statements in attributes. 2015-11-06 11:11:40 -08:00
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt
UpdateDealerVehicle_PopulatesValidationSummary.txt
UpdateDealerVehicle_UpdateSuccessful.txt
ValidationWebSite.Aria.RemoteAttribute_Home.Create.html
ValidationWebSite.Root.RemoteAttribute_Home.Create.html
ViewEngineController.ViewWithPaths.txt