Skip to content

Commit 9e92341

Browse files
Update how_to_use_code_behind.md
1 parent 5fc908e commit 9e92341

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

doc/how_to_use_code_behind.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ app.Run();
5252

5353
### Use CodeBehind
5454

55+
#### Programming
56+
5557
**Step 1:**
5658

5759
In the Solution Explore section, right-click on the project name and then select Add and then New Folder in the opened menu and name the folder **wwwroot**.
@@ -74,3 +76,9 @@ Open the Default.aspx file and delete the values inside it and put the following
7476
```
7577

7678
Press F5 to test the project.
79+
80+
#### Run default pages
81+
82+
if you run CodeBehind for the first time without the wwwroot directory, a ready default page will be created including a layout, header and footer.
83+
84+
![Default pages after first run](https://github.com/elanatframework/Code_behind/assets/111444759/8b3a5af9-b990-4b03-9b0f-ba6b7c981e2e)

0 commit comments

Comments
 (0)