Sorry, but there's nothing here!
12 |@CompileText21 |
Current count: @currentCount
72 | 73 | 74 | 75 | @functions { 76 | int currentCount = 0; 77 | 78 | void IncrementCount() 79 | { 80 | currentCount++; 81 | } 82 | } 83 | 84 | "; 85 | } 86 | 87 | } -------------------------------------------------------------------------------- /CompileBlazorInBlazor/Pages/Index.razor: -------------------------------------------------------------------------------- 1 | @page "/" 2 | @inject CompileService service 3 | 4 |@ResultText15 |
@CompileText20 |