1
- #pragma checksum "TagHelpersWithWeirdlySpacedAttributes.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "28d049638bc8b665f1a0b5fa1e3704261e413e5a "
1
+ #pragma checksum "TagHelpersWithWeirdlySpacedAttributes.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "929d88adc7e4853aea859bc2c7dc989954bcc351 "
2
2
namespace TestOutput
3
3
{
4
4
using Microsoft . AspNet . Razor . Runtime . TagHelpers ;
@@ -30,7 +30,7 @@ public override async Task ExecuteAsync()
30
30
WriteLiteral ( "\r \n " ) ;
31
31
Instrumentation . EndContext ( ) ;
32
32
__tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "p" , TagMode . StartTagAndEndTag , "test" , async ( ) => {
33
- Instrumentation . BeginContext ( 84 , 11 , true ) ;
33
+ Instrumentation . BeginContext ( 105 , 11 , true ) ;
34
34
WriteLiteral ( "Body of Tag" ) ;
35
35
Instrumentation . EndContext ( ) ;
36
36
}
@@ -44,12 +44,20 @@ public override async Task ExecuteAsync()
44
44
#line default
45
45
#line hidden
46
46
__tagHelperExecutionContext . AddTagHelperAttribute ( "age" , __PTagHelper . Age ) ;
47
+ StartTagHelperWritingScope ( ) ;
48
+ #line 7 "TagHelpersWithWeirdlySpacedAttributes.cshtml"
49
+ Write ( true ) ;
50
+
51
+ #line default
52
+ #line hidden
53
+ __tagHelperStringValueBuffer = EndTagHelperWritingScope ( ) ;
54
+ __tagHelperExecutionContext . AddHtmlAttribute ( "data-content" , Html . Raw ( __tagHelperStringValueBuffer . ToString ( ) ) ) ;
47
55
__tagHelperExecutionContext . Output = await __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) ;
48
- Instrumentation . BeginContext ( 35 , 64 , false ) ;
56
+ Instrumentation . BeginContext ( 35 , 85 , false ) ;
49
57
await WriteTagHelperAsync ( __tagHelperExecutionContext ) ;
50
58
Instrumentation . EndContext ( ) ;
51
59
__tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
52
- Instrumentation . BeginContext ( 99 , 4 , true ) ;
60
+ Instrumentation . BeginContext ( 120 , 4 , true ) ;
53
61
WriteLiteral ( "\r \n \r \n " ) ;
54
62
Instrumentation . EndContext ( ) ;
55
63
__tagHelperExecutionContext = __tagHelperScopeManager . Begin ( "input" , TagMode . SelfClosing , "test" , async ( ) => {
@@ -64,7 +72,7 @@ public override async Task ExecuteAsync()
64
72
__InputTagHelper2 . Type = __InputTagHelper . Type ;
65
73
__tagHelperExecutionContext . AddHtmlAttribute ( "data-content" , Html . Raw ( "hello" ) ) ;
66
74
__tagHelperExecutionContext . Output = await __tagHelperRunner . RunAsync ( __tagHelperExecutionContext ) ;
67
- Instrumentation . BeginContext ( 103 , 45 , false ) ;
75
+ Instrumentation . BeginContext ( 124 , 47 , false ) ;
68
76
await WriteTagHelperAsync ( __tagHelperExecutionContext ) ;
69
77
Instrumentation . EndContext ( ) ;
70
78
__tagHelperExecutionContext = __tagHelperScopeManager . End ( ) ;
0 commit comments