From be839754fc40dcca0eedee53ba1f9a501571f645 Mon Sep 17 00:00:00 2001 From: amyprudencekingstone Date: Thu, 8 Jun 2023 17:17:52 +0300 Subject: [PATCH] SEO-172169-ASP.NET-Core --- aspnet-core/EJTagHelpers.md | 2 +- ...pnetcore-api-configuration-with-tag-helpers.png} | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename aspnet-core/ej-tag-helpers_images/{ej-tag-helper_image.png => aspnetcore-api-configuration-with-tag-helpers.png} (100%) diff --git a/aspnet-core/EJTagHelpers.md b/aspnet-core/EJTagHelpers.md index c01a6406..bde563ae 100644 --- a/aspnet-core/EJTagHelpers.md +++ b/aspnet-core/EJTagHelpers.md @@ -45,7 +45,7 @@ Open a view page to render Syncfusion UI components in Tag Helper Syntax. The fo We can configure the EJ components with its properties by using tag attributes. It also has rich IntelliSense support which displays all the methods and properties of EJ controls on the page model. -![](ej-tag-helpers_images/ej-tag-helper_image.png) +![API configuration with tag helpers in ASP.NET Core application](ej-tag-helpers_images/aspnetcore-api-configuration-with-tag-helpers.png) ## Wiring Client Side Events diff --git a/aspnet-core/ej-tag-helpers_images/ej-tag-helper_image.png b/aspnet-core/ej-tag-helpers_images/aspnetcore-api-configuration-with-tag-helpers.png similarity index 100% rename from aspnet-core/ej-tag-helpers_images/ej-tag-helper_image.png rename to aspnet-core/ej-tag-helpers_images/aspnetcore-api-configuration-with-tag-helpers.png