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
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
HtmlGenerationWebSite.HtmlGeneration_Home.Link.html
HtmlGenerationWebSite.HtmlGeneration_Home.Order.Encoded.html
HtmlGenerationWebSite.HtmlGeneration_Home.Order.html
HtmlGenerationWebSite.HtmlGeneration_Home.OrderUsingHtmlHelpers.Encoded.html
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
HtmlGenerationWebSite.HtmlGeneration_Home.Script.html
ModelBindingWebSite.Vehicle.Details.html
ModelBindingWebSite.Vehicle.Edit.Invalid.html
ModelBindingWebSite.Vehicle.Edit.html
RazorPageExecutionInstrumentationWebSite.Home.ViewWithPartial.html
RazorWebSite.UrlResolution.Index.Encoded.html
RazorWebSite.UrlResolution.Index.html
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
TagHelpersWebSite.Home.UnboundDynamicAttributes.html
UpdateDealerVehicle_PopulatesPropertyErrorsInViews.txt
UpdateDealerVehicle_PopulatesValidationSummary.txt
UpdateDealerVehicle_UpdateSuccessful.txt
ValidationWebSite.Aria.RemoteAttribute_Home.Create.html
ValidationWebSite.Root.RemoteAttribute_Home.Create.html
ViewEngineController.ViewWithPaths.txt