- Not all `TagHelper`s have unbound HTML attributes or any attributes at all. A great example of this is MVC's input `TagHelper` which usually takes the format of `<input asp-for="..." />`. By lazily initializing we don't build extra attribute lists where not needed. - Moved `TagHelperContext` and `TagHelperOutput` creation to CreateX methods on `TagHelperExecutionContext`. #604 |
||
|---|---|---|
| .. | ||
| Runtime/TagHelpers | ||
| TagHelpers | ||
| TestFiles | ||
| Microsoft.AspNetCore.Razor.Runtime.Test.xproj | ||
| project.json | ||