aspnetcore/src/Microsoft.AspNetCore.Mvc.Razor
N. Taylor Mullen cfd58f1747 React to aspnet/Razor#705
- Updated `ScriptTagHelper` and `LinkTagHelper` to maintain their quotes on generated script tags.
- Removed `TagHelperOutputExtensions`. It's no longer needed.
- We no longer string replace quotes directly. We rely on encoding and the initial representation of an attribute to ensure quotes don't break generated attributes.
- Updated tests.
2016-05-27 12:00:01 -07:00
..
Compilation Modify ICompilationLibrariesProvider to return a sequence of reference path 2016-05-25 16:20:23 -07:00
DependencyInjection Use dependency context from all application parts when compiling views 2016-05-24 10:28:51 -07:00
Internal Inject the IRazorViewEngine directory instead of using GetRequiredService 2016-05-24 10:40:33 -07:00
Properties [Perf] Avoid ViewBuffers for writing bound TagHelper attribute values. Fixes aspnet/Razor#717 2016-05-25 12:14:26 -07:00
TagHelpers React to `HtmlEncodedString` rename to `HtmlString`. 2016-05-17 11:02:10 -07:00
HelperResult.cs
IRazorPage.cs
IRazorPageActivator.cs
IRazorPageFactoryProvider.cs
IRazorViewEngine.cs
ITagHelperActivator.cs
ITagHelperFactory.cs
ITagHelperInitializerOfT.cs
IViewLocationExpander.cs
LanguageViewLocationExpander.cs
LanguageViewLocationExpanderFormat.cs
Microsoft.AspNetCore.Mvc.Razor.xproj
RazorPage.cs React to aspnet/Razor#705 2016-05-27 12:00:01 -07:00
RazorPageActivator.cs [Perf] RazorPage.CreateModelExpression is allocating expression names 2016-04-22 12:55:28 -07:00
RazorPageFactoryResult.cs
RazorPageOfT.cs [Perf] RazorPage.CreateModelExpression is allocating expression names 2016-04-22 12:55:28 -07:00
RazorPageResult.cs
RazorView.cs
RazorViewEngine.cs [Fixes #4550] Add an Option to set the Razor view location formats 2016-05-19 14:04:33 -07:00
RazorViewEngineOptions.cs [Fixes #4550] Add an Option to set the Razor view location formats 2016-05-19 14:04:33 -07:00
RazorViewEngineOptionsSetup.cs [Fixes #4550] Add an Option to set the Razor view location formats 2016-05-19 14:04:33 -07:00
RenderAsyncDelegate.cs
Resources.resx [Perf] Avoid ViewBuffers for writing bound TagHelper attribute values. Fixes aspnet/Razor#717 2016-05-25 12:14:26 -07:00
TagHelperInitializerOfT.cs
ViewLocationExpanderContext.cs
project.json Update Mvc.Core and dependencies to netstandard1.6 2016-05-26 16:52:04 -07:00