@@ -18,11 +18,11 @@ namespace Microsoft.AspNetCore.Mvc.TagHelpers
18
18
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-controller" ) ]
19
19
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-fragment" ) ]
20
20
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-host" ) ]
21
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-page" ) ]
22
21
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-page-handler" ) ]
22
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-page" ) ]
23
23
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-protocol" ) ]
24
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-route" ) ]
25
24
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-route-*" ) ]
25
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "a" , Attributes = "asp-route" ) ]
26
26
public partial class AnchorTagHelper : Microsoft . AspNetCore . Razor . TagHelpers . TagHelper
27
27
{
28
28
public AnchorTagHelper ( Microsoft . AspNetCore . Mvc . ViewFeatures . IHtmlGenerator generator ) { }
@@ -147,28 +147,28 @@ public override void Process(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperCont
147
147
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-area" ) ]
148
148
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-controller" ) ]
149
149
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-fragment" ) ]
150
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-page" ) ]
151
150
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-page-handler" ) ]
152
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-route " ) ]
151
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-page " ) ]
153
152
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-route-*" ) ]
153
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "button" , Attributes = "asp-route" ) ]
154
154
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-action" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
155
155
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-all-route-data" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
156
156
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-area" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
157
157
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-controller" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
158
158
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-fragment" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
159
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-page" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
160
159
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-page-handler" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
161
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-route " , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
160
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-page " , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
162
161
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-route-*" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
162
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=image], asp-route" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
163
163
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-action" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
164
164
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-all-route-data" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
165
165
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-area" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
166
166
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-controller" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
167
167
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-fragment" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
168
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-page" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
169
168
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-page-handler" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
170
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-route " , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
169
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-page " , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
171
170
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-route-*" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
171
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "input" , Attributes = "[type=submit], asp-route" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
172
172
public partial class FormActionTagHelper : Microsoft . AspNetCore . Razor . TagHelpers . TagHelper
173
173
{
174
174
public FormActionTagHelper ( Microsoft . AspNetCore . Mvc . Routing . IUrlHelperFactory urlHelperFactory ) { }
@@ -287,9 +287,9 @@ public LabelTagHelper(Microsoft.AspNetCore.Mvc.ViewFeatures.IHtmlGenerator gener
287
287
public override System . Threading . Tasks . Task ProcessAsync ( Microsoft . AspNetCore . Razor . TagHelpers . TagHelperContext context , Microsoft . AspNetCore . Razor . TagHelpers . TagHelperOutput output ) { throw null ; }
288
288
}
289
289
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-append-version" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
290
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-href" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
291
290
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-href-exclude" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
292
291
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-href-include" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
292
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-href" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
293
293
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-test-class" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
294
294
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-test-property" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
295
295
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "link" , Attributes = "asp-fallback-test-value" , TagStructure = Microsoft . AspNetCore . Razor . TagHelpers . TagStructure . WithoutEndTag ) ]
@@ -373,9 +373,9 @@ public override void Init(Microsoft.AspNetCore.Razor.TagHelpers.TagHelperContext
373
373
public override System . Threading . Tasks . Task ProcessAsync ( Microsoft . AspNetCore . Razor . TagHelpers . TagHelperContext context , Microsoft . AspNetCore . Razor . TagHelpers . TagHelperOutput output ) { throw null ; }
374
374
}
375
375
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-append-version" ) ]
376
- [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-fallback-src" ) ]
377
376
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-fallback-src-exclude" ) ]
378
377
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-fallback-src-include" ) ]
378
+ [ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-fallback-src" ) ]
379
379
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-fallback-test" ) ]
380
380
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-src-exclude" ) ]
381
381
[ Microsoft . AspNetCore . Razor . TagHelpers . HtmlTargetElementAttribute ( "script" , Attributes = "asp-src-include" ) ]
0 commit comments