aspnetcore/test/WebSites/HtmlGenerationWebSite/Views/HtmlGeneration_Home
N. Taylor Mullen 0ef68eefc8 Added default `UrlResolutionTagHelper` to resolve app relative URLs.
- Razor removed the ability to automatically resolve URLs prefixed with `~/`; therefore `ScriptTagHelper`, `LinkTagHelper` and `ImageTagHelper` have changed to take in `IUrlHelper`s and auto-resolve their URL based properties if they start with `~/`.
- Added a catch-all `~/` resolver for non `TagHelper` based HTML elements. Razor used to resolve any attribute value that started with `~/` now the behavior is restricted to attributes that can contain URLs.
- Updated `IUrlHelper` to accept `null` values.
- Added functional tests to validate that URLs resolve correctly.
- Updated `TagHelper` tests to ensure that URLs are resolved via an `IUrlHelper`.

#2807
2015-08-03 16:00:33 -07:00
..
EditorTemplates Make `string`-based expression evaluations behave consistently 2015-06-16 21:54:56 -07:00
AttributesWithBooleanValues.cshtml Razor boolean and null attribute special case handled correctly 2015-07-30 10:37:38 -07:00
CreateWarehouse.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
EditWarehouse.cshtml Use new antiforgery package 2015-06-25 14:45:00 -07:00
EmployeeList.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Environment.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Form.cshtml Use new antiforgery package 2015-06-25 14:45:00 -07:00
Image.cshtml Added default `UrlResolutionTagHelper` to resolve app relative URLs. 2015-08-03 16:00:33 -07:00
Index.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Input.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
ItemUsingModelSpecificEditorTemplate.cshtml Fix: Metadata ignored for non model-specific EditorTemplate 2015-07-16 15:48:01 -07:00
ItemUsingSharedEditorTemplate.cshtml Fix: Metadata ignored for non model-specific EditorTemplate 2015-07-16 15:48:01 -07:00
Link.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Order.cshtml Use new antiforgery package 2015-06-25 14:45:00 -07:00
OrderUsingHtmlHelpers.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Product.cshtml Use new antiforgery package 2015-06-25 14:45:00 -07:00
ProductList.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
Script.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00
_ProductPartial.cshtml Rename `MvcTagHelpersWebSite` to `HtmlGenerationsWebSite` 2015-06-05 20:30:17 -07:00