Skip to content

Commit 88b4ae5

Browse files
committed
Updated Blazor Web App Getting Started UG documentation
1 parent 54f273c commit 88b4ae5

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

blazor/dropdown-list/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DropDown List component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DropDown List component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor DropDown List component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/file-manager/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
223223

224224
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Manager component
225225

226-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Manager component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
226+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Manager component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
227227

228228
| Interactivity location | RenderMode | Code |
229229
| --- | --- | --- |

blazor/file-upload/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Upload component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Upload component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor File Upload component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/gantt-chart/getting-started-with-web-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Gantt Chart component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Gantt Chart component in `.razor` file inside the `Pages` folder. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Gantt Chart component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at top of the component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/maps/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ N> Check out the [Adding Script Reference](https://blazor.syncfusion.com/documen
218218

219219
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component
220220

221-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
221+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Maps component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
222222

223223
| Interactivity location | RenderMode | Code |
224224
| --- | --- | --- |

blazor/multiselect-dropdown/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor MultiSelect DropDown component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor MultiSelect DropDown component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor MultiSelect DropDown component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/pivot-table/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Initializing Blazor pivot Table component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor pivot Table component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Pivot Table component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/rich-text-editor/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Rich Text Editor component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Rich Text Editor component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Rich Text Editor component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

blazor/scheduler/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
231231

232232
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Scheduler component
233233

234-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Scheduler component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
234+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Scheduler component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
235235

236236
| Interactivity location | RenderMode | Code |
237237
| --- | --- | --- |

blazor/textbox/getting-started-webapp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/app
226226

227227
## Add Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor TextBox component
228228

229-
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor TextBox component in the **~Pages/.razor** file. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
229+
Add the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor TextBox component to a Razor page located under the Pages folder (e.g., Pages/Home.razor) in either the **Server** or **Client** project. If an interactivity location as `Per page/component` in the web app, define a render mode at the top of the `~Pages/.razor` component, as follows:
230230

231231
| Interactivity location | RenderMode | Code |
232232
| --- | --- | --- |

0 commit comments

Comments
 (0)