From ebf26b5b1e92b00b6bad98fafd6ac881145b928a Mon Sep 17 00:00:00 2001 From: Scholar Jaruha Date: Mon, 30 Oct 2023 09:56:54 +0300 Subject: [PATCH] SEO-176927-ASp.NET-Core-MVC-Control-Improvement --- aspnetmvc/DataManager/IEnumerable-IQueryable.md | 8 ++++---- ...g.PNG => aspnet-mvc-datamanager-databinding.PNG} | Bin ...le.PNG => aspnet-mvc-datamanager-iqueryable.PNG} | Bin .../{Query.PNG => aspnet-mvc-datamanager-query.PNG} | Bin aspnetmvc/ListView/Getting-Started.md | 10 +++++----- ..._img1.png => aspnet-mvc-listview-add-header.png} | Bin ...ed_img2.png => aspnet-mvc-listview-creating.png} | Bin ...3.png => aspnet-mvc-listview-first-creating.png} | Bin 8 files changed, 9 insertions(+), 9 deletions(-) rename aspnetmvc/DataManager/IEnumerable-IQueryable_images/{Databinding.PNG => aspnet-mvc-datamanager-databinding.PNG} (100%) rename aspnetmvc/DataManager/IEnumerable-IQueryable_images/{IQueryable.PNG => aspnet-mvc-datamanager-iqueryable.PNG} (100%) rename aspnetmvc/DataManager/IEnumerable-IQueryable_images/{Query.PNG => aspnet-mvc-datamanager-query.PNG} (100%) rename aspnetmvc/ListView/Getting-Started_images/{Getting-Started_img1.png => aspnet-mvc-listview-add-header.png} (100%) rename aspnetmvc/ListView/Getting-Started_images/{Getting-Started_img2.png => aspnet-mvc-listview-creating.png} (100%) rename aspnetmvc/ListView/Getting-Started_images/{Getting-Started_img3.png => aspnet-mvc-listview-first-creating.png} (100%) diff --git a/aspnetmvc/DataManager/IEnumerable-IQueryable.md b/aspnetmvc/DataManager/IEnumerable-IQueryable.md index 813551eb0..97b6c2180 100644 --- a/aspnetmvc/DataManager/IEnumerable-IQueryable.md +++ b/aspnetmvc/DataManager/IEnumerable-IQueryable.md @@ -1,6 +1,6 @@ --- layout: post -title: IEnumerable-IQueryable | DataManager | ASP.NET MVC | Syncfusion +title: IEnumerable-IQueryable in ASP.NET MVC DataManager | Syncfusion description: Learn here about IEnumerable IQueryable in Syncfusion ASP.NET MVC DataManager Control, its elements, and more. platform: ejmvc control: DataManager @@ -55,7 +55,7 @@ Refer the below given code to bind data from IEnumerable list through datamanage The result of above code example is illustrated as follows. -![ASP.NET MVC DataManager Databinding](IEnumerable-IQueryable_images/Databinding.png) +![ASP.NET MVC DataManager Databinding](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-databinding.png) ## Filtering Sorting and Searching with IEnumerable @@ -85,7 +85,7 @@ Refer the below given code to perform these actions The result of above code example is illustrated as follows. -![ASP.NET MVC DataManager Query](IEnumerable-IQueryable_images/Query.png) +![ASP.NET MVC DataManager Query](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-query.png) ## IQueryable @@ -151,4 +151,4 @@ Refer the below code for performing these actions using IQueryable in Grid The result of above code example is illustrated as follows. -![ASP.NET MVC DataManager IQueryable](IEnumerable-IQueryable_images/IQueryable.png) \ No newline at end of file +![ASP.NET MVC DataManager IQueryable](IEnumerable-IQueryable_images/aspnet-mvc-datamanager-iqueryable.png) \ No newline at end of file diff --git a/aspnetmvc/DataManager/IEnumerable-IQueryable_images/Databinding.PNG b/aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-databinding.PNG similarity index 100% rename from aspnetmvc/DataManager/IEnumerable-IQueryable_images/Databinding.PNG rename to aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-databinding.PNG diff --git a/aspnetmvc/DataManager/IEnumerable-IQueryable_images/IQueryable.PNG b/aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-iqueryable.PNG similarity index 100% rename from aspnetmvc/DataManager/IEnumerable-IQueryable_images/IQueryable.PNG rename to aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-iqueryable.PNG diff --git a/aspnetmvc/DataManager/IEnumerable-IQueryable_images/Query.PNG b/aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-query.PNG similarity index 100% rename from aspnetmvc/DataManager/IEnumerable-IQueryable_images/Query.PNG rename to aspnetmvc/DataManager/IEnumerable-IQueryable_images/aspnet-mvc-datamanager-query.PNG diff --git a/aspnetmvc/ListView/Getting-Started.md b/aspnetmvc/ListView/Getting-Started.md index 0dc8888e6..ab8c86f41 100644 --- a/aspnetmvc/ListView/Getting-Started.md +++ b/aspnetmvc/ListView/Getting-Started.md @@ -1,7 +1,7 @@ --- layout: post -title: Getting Started with ASP.NET MVC ListView control | Syncfusion -description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView Control, its elements, and more. +title: Getting Started with ASP.NET MVC ListView Control | Syncfusion +description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC ListView control, its elements, and more. platform: ejmvc control: ListView documentation: ug @@ -16,7 +16,7 @@ This section explains briefly on how to create a ListView control in your applic The Essential StudioListView widget builds an interactive list view interface. This control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry. -![Create your first ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png) +![Create your first ListView in ASP.NET MVC](Getting-Started_images/aspnet-mvc-listview-first-creating.png) List view Control {:.caption} @@ -79,7 +79,7 @@ In the View page, add ListView helper and map the Local data list to correspondi Run the above code to render the following output. -![Create a simple ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png) +![Create a simple ListView in ASP.NET MVC](Getting-Started_images/aspnet-mvc-listview-creating.png) ## Add header @@ -100,4 +100,4 @@ You can add a header for ListView using ShowHeader property. Refer to the follow Run the above code to render the following output. -![ASP.NET MVC ListView Add header](Getting-Started_images/Getting-Started_img3.png) \ No newline at end of file +![ASP.NET MVC ListView Add header](Getting-Started_images/aspnet-mvc-listview-add-header.png) \ No newline at end of file diff --git a/aspnetmvc/ListView/Getting-Started_images/Getting-Started_img1.png b/aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-add-header.png similarity index 100% rename from aspnetmvc/ListView/Getting-Started_images/Getting-Started_img1.png rename to aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-add-header.png diff --git a/aspnetmvc/ListView/Getting-Started_images/Getting-Started_img2.png b/aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-creating.png similarity index 100% rename from aspnetmvc/ListView/Getting-Started_images/Getting-Started_img2.png rename to aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-creating.png diff --git a/aspnetmvc/ListView/Getting-Started_images/Getting-Started_img3.png b/aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-first-creating.png similarity index 100% rename from aspnetmvc/ListView/Getting-Started_images/Getting-Started_img3.png rename to aspnetmvc/ListView/Getting-Started_images/aspnet-mvc-listview-first-creating.png