From ae1d34aed7ba7f35f1e594a113ca946b7da595a0 Mon Sep 17 00:00:00 2001 From: Asha Bhaskaran Date: Wed, 13 Aug 2025 11:24:11 +0530 Subject: [PATCH] add image alt tag --- aspnet-core/Grid/Selection.md | 14 +++++++------- aspnet-core/Schedule/Getting-Started.md | 2 +- aspnet-core/TreeView/Checkboxes.md | 2 +- aspnet-core/TreeView/Populate-Data.md | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/aspnet-core/Grid/Selection.md b/aspnet-core/Grid/Selection.md index 5c421407..c23e7db9 100644 --- a/aspnet-core/Grid/Selection.md +++ b/aspnet-core/Grid/Selection.md @@ -65,7 +65,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img1.png) +![row selection in Grid.](Selection_images/Selection_img1.png) ## Multiple row selection using checkbox column @@ -107,7 +107,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img12.png) +![multiple row selection using checkbox column in ASP.NET Core Grid.](Selection_images/Selection_img12.png) ## Cell selection @@ -150,7 +150,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img2.png) +![cell selection in ASP.NET Core Grid.](Selection_images/Selection_img2.png) ### Cell selection mode @@ -196,7 +196,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img3.png) +![cell selection mode in ASP.NET Core Grid.](Selection_images/Selection_img3.png) ## Column selection @@ -239,7 +239,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example -![](Selection_images/Selection_img4.png) +![column selection in ASP.NET Core Grid.](Selection_images/Selection_img4.png) ## Touch options @@ -280,7 +280,7 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](Selection_images/Selection_img5.png) +![touch options in ASP.NET Core Grid.](Selection_images/Selection_img5.png) ## Toggle selection @@ -364,4 +364,4 @@ The following code example describes the above behavior. The following output is displayed as a result of the above code example. -![](selection_images/Selection_img13.png) \ No newline at end of file +![drag selection in ASP.NET Core Grid.](selection_images/Selection_img13.png) \ No newline at end of file diff --git a/aspnet-core/Schedule/Getting-Started.md b/aspnet-core/Schedule/Getting-Started.md index a1940c3b..f073e9d3 100644 --- a/aspnet-core/Schedule/Getting-Started.md +++ b/aspnet-core/Schedule/Getting-Started.md @@ -134,7 +134,7 @@ Now, define the action _GetData_ within the **Home** controller page as shown be {% endhighlight %} -![](Getting-Started_images/Getting-Started_img1.png) +![getting started in ASP.NET Core Schedule.](Getting-Started_images/Getting-Started_img1.png) diff --git a/aspnet-core/TreeView/Checkboxes.md b/aspnet-core/TreeView/Checkboxes.md index 074ef544..72cc727c 100644 --- a/aspnet-core/TreeView/Checkboxes.md +++ b/aspnet-core/TreeView/Checkboxes.md @@ -24,7 +24,7 @@ The tree view supports tri-state checkboxes in addition to the standard two-stat {% endhighlight %} By running the above code, you will get the output like the following image. -![](Checkboxes_images/checkbox_images_img1.png) +![indeterminate checkboxes in ASP.NET Core TreeView](Checkboxes_images/checkbox_images_img1.png) ## Auto checkable diff --git a/aspnet-core/TreeView/Populate-Data.md b/aspnet-core/TreeView/Populate-Data.md index a13e6826..249f1dae 100644 --- a/aspnet-core/TreeView/Populate-Data.md +++ b/aspnet-core/TreeView/Populate-Data.md @@ -620,12 +620,12 @@ In the view page, add the following code and map the properties defined to the c The following screenshot displays the load on demand for a local data source in the tree view control. -![](Populate-Data_images/Populate-Data_img1.png) +![expanding the parent node in ASP.NET Core TreeView.](Populate-Data_images/Populate-Data_img1.png) While expanding the parent node {:.caption} -![](Populate-Data_images/Populate-Data_img2.png) +![After expanding the parent node in ASP.NET Core TreeView.](Populate-Data_images/Populate-Data_img2.png) After expanding the parent node {:.caption}