﻿Document - 
    RazorCompiledItemAttribute - 
    CSharpCode - 
        IntermediateToken -  - CSharp - [assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/TestFiles/IntegrationTests/CodeGenerationIntegrationTest/RazorPagesWithRouteTemplate.cshtml", typeof(AspNetCore.TestFiles_IntegrationTests_CodeGenerationIntegrationTest_RazorPagesWithRouteTemplate), @"/About")]
    NamespaceDeclaration -  - AspNetCore
        UsingDirective - (1:0,1 [14] ) - System
        UsingDirective - (16:1,1 [34] ) - System.Collections.Generic
        UsingDirective - (51:2,1 [19] ) - System.Linq
        UsingDirective - (71:3,1 [30] ) - System.Threading.Tasks
        UsingDirective - (102:4,1 [32] ) - Microsoft.AspNetCore.Mvc
        UsingDirective - (135:5,1 [42] ) - Microsoft.AspNetCore.Mvc.Rendering
        UsingDirective - (178:6,1 [45] ) - Microsoft.AspNetCore.Mvc.ViewFeatures
        UsingDirective - (36:3,1 [43] RazorPagesWithRouteTemplate.cshtml) - Microsoft.AspNetCore.Mvc.RazorPages
        RazorCompiledItemMetadataAttribute - 
        RazorSourceChecksumAttribute - 
        ClassDeclaration -  - public - TestFiles_IntegrationTests_CodeGenerationIntegrationTest_RazorPagesWithRouteTemplate - global::Microsoft.AspNetCore.Mvc.RazorPages.Page - 
            MethodDeclaration -  - public async override - global::System.Threading.Tasks.Task - ExecuteAsync
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(16, 2, true);
                HtmlContent - (16:1,0 [2] RazorPagesWithRouteTemplate.cshtml)
                    LazyIntermediateToken - (16:1,0 [2] RazorPagesWithRouteTemplate.cshtml) - Html - \n
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(79, 2, true);
                HtmlContent - (79:4,0 [2] RazorPagesWithRouteTemplate.cshtml)
                    LazyIntermediateToken - (79:4,0 [2] RazorPagesWithRouteTemplate.cshtml) - Html - \n
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(193, 19, true);
                HtmlContent - (193:11,0 [19] RazorPagesWithRouteTemplate.cshtml)
                    LazyIntermediateToken - (193:11,0 [2] RazorPagesWithRouteTemplate.cshtml) - Html - \n
                    LazyIntermediateToken - (195:12,0 [3] RazorPagesWithRouteTemplate.cshtml) - Html - <h1
                    LazyIntermediateToken - (198:12,3 [1] RazorPagesWithRouteTemplate.cshtml) - Html - >
                    LazyIntermediateToken - (199:12,4 [13] RazorPagesWithRouteTemplate.cshtml) - Html - New Customer 
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(213, 10, false);
                CSharpExpression - (213:12,18 [10] RazorPagesWithRouteTemplate.cshtml)
                    LazyIntermediateToken - (213:12,18 [10] RazorPagesWithRouteTemplate.cshtml) - CSharp - Model.Name
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
                CSharpCode - 
                    IntermediateToken -  - CSharp - BeginContext(223, 7, true);
                HtmlContent - (223:12,28 [7] RazorPagesWithRouteTemplate.cshtml)
                    LazyIntermediateToken - (223:12,28 [5] RazorPagesWithRouteTemplate.cshtml) - Html - </h1>
                    LazyIntermediateToken - (228:12,33 [2] RazorPagesWithRouteTemplate.cshtml) - Html - \n
                CSharpCode - 
                    IntermediateToken -  - CSharp - EndContext();
            CSharpCode - (93:5,12 [97] RazorPagesWithRouteTemplate.cshtml)
                LazyIntermediateToken - (93:5,12 [97] RazorPagesWithRouteTemplate.cshtml) - CSharp - \n    public class NewModel : PageModel\n    {\n        public string Name { get; set; }\n    }\n
            Inject - 
            Inject - 
            Inject - 
            Inject - 
            Inject - 
            CSharpCode - 
                IntermediateToken -  - CSharp - public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<NewModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<NewModel>)PageContext?.ViewData;
            CSharpCode - 
                IntermediateToken -  - CSharp - public NewModel Model => ViewData.Model;
