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 React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
BasicWebSite.Home.PlainView.html
BasicWebSite.Home.ViewWithPrefixedAttributeValue.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
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 React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EditWarehouse.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
HtmlGenerationWebSite.HtmlGeneration_Home.EmployeeList.html Moving the order of generated hidden tags for checkbox to end of the form 2015-10-14 15:43:13 -07:00
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 Transition `SelectTagHelper` and `OptionTagHelper` to use `context.Items`. 2015-10-22 17:17:01 -07:00
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 Transition `SelectTagHelper` and `OptionTagHelper` to use `context.Items`. 2015-10-22 17:17:01 -07:00
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 React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
TagHelpersWebSite.Employee.Create.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
TagHelpersWebSite.Employee.Details.AfterCreate.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
TagHelpersWebSite.Home.About.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
TagHelpersWebSite.Home.Help.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
TagHelpersWebSite.Home.Index.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
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 React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
ValidationWebSite.Root.RemoteAttribute_Home.Create.html React to aspnet/Razor#485 2015-09-10 17:24:35 -07:00
ViewEngineController.ViewWithPaths.txt Modify ViewStartUtility to generate always view paths with forward slashes 2015-10-19 10:33:05 -07:00