We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 571eb3e commit 06f600eCopy full SHA for 06f600e
doc/modularity_in_the_default_mode.md
@@ -34,11 +34,7 @@ var app = builder.Build();
34
35
CodeBehindCompiler.Initialization();
36
37
-app.Run(async context =>
38
-{
39
- CodeBehindExecute execute = new CodeBehindExecute();
40
- await context.Response.WriteAsync(execute.Run(context));
41
-});
+app.UseCodeBehind();
42
43
app.Run();
44
```
0 commit comments