You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Instructions/Labs/03-render-api-results-razor-pages.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -160,7 +160,7 @@ The Fruit web app displays the API sample data on the home page. You need to add
160
160
161
161
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
162
162
163
-
## Implement code to handle the *Add to list* functionality
163
+
## Implement code to handle the **Add to list** functionality
164
164
165
165
The add, edit, and delete operations are each handled on a separate *.razor* page in the project. In this section you add code to create a form in the *Add.razor* file to enable adding data to the list.
166
166
@@ -201,7 +201,7 @@ The add, edit, and delete operations are each handled on a separate *.razor* pag
201
201
202
202
1. Save the changes to *Add.razor*, and review the comments in the code.
203
203
204
-
### Test the *Add* functionality
204
+
### Test the **Add** functionality
205
205
206
206
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
207
207
@@ -213,7 +213,7 @@ The add, edit, and delete operations are each handled on a separate *.razor* pag
213
213
214
214
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
215
215
216
-
## Implement code to handle the *Edit* functionality
216
+
## Implement code to handle the **Edit** functionality
217
217
218
218
In this section you add code to create a form in the *Edit.cshtml* file to enable editing data to the list.
219
219
@@ -254,7 +254,7 @@ In this section you add code to create a form in the *Edit.cshtml* file to enabl
254
254
255
255
1. Save the changes to *Edit.razor*, and review the comments in the code.
256
256
257
-
### Test the *Edit* functionality
257
+
### Test the **Edit** functionality
258
258
259
259
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
260
260
@@ -266,7 +266,7 @@ In this section you add code to create a form in the *Edit.cshtml* file to enabl
266
266
267
267
1. To continue with the exercise close the browser, or browser tab, and in Visual Studio Code select **Run \| Stop debugging** or **Shift + F5**.
268
268
269
-
## Implement code to handle the *Delete* functionality
269
+
## Implement code to handle the **Delete** functionality
270
270
271
271
In this section you add code to create a form in the *Delete.cshtml* file to enable deleting data from the list.
272
272
@@ -307,7 +307,7 @@ In this section you add code to create a form in the *Delete.cshtml* file to ena
307
307
308
308
1. Save the changes to *Delete.razor*, and review the comments in the code.
309
309
310
-
### Test the *Delete* functionality
310
+
### Test the **Delete** functionality
311
311
312
312
1. In the Visual Studio Code top menu select **Run \| Start debugging**, or select **F5**. After the project is finished building a browser window should launch with the web app running
0 commit comments