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 06f600e commit 3ceb7dbCopy full SHA for 3ceb7db
doc/modularity_in_the_default_mode.md
@@ -25,14 +25,11 @@ But let us show this matter in a practical way with an example.
25
26
**Step 3:** Configure the Program.cs class as follows.
27
```csharp
28
-using CodeBehind;
29
-using SetCodeBehind;
30
-
31
var builder = WebApplication.CreateBuilder(args);
32
33
var app = builder.Build();
34
35
-CodeBehindCompiler.Initialization();
+SetCodeBehind.CodeBehindCompiler.Initialization();
36
37
app.UseCodeBehind();
38
0 commit comments