kontent-ai / sample-app-net

Sample .NET MVC web application using the Kontent.ai Delivery .NET SDK to retrieve content
https://docs.kontent.ai/tutorials/develop-apps?tech=dotnet
MIT License
19 stars 66 forks source link

Use smart-link SDK instead of custom made tag helper #130

Open PetrSvirak opened 3 years ago

PetrSvirak commented 3 years ago

Motivation

The project currently uses a custom-made tag helper that allows for opening Kontent UI after a click. It would be superb if it could leverage kontent-smart-link SDK and so Dancing Goat was made Web Spotlight ready.

Proposed solution

Use UMD bundle instead of currently used (EditLinkTagHelper)[ https://github.com/Kentico/kontent-sample-app-net/blob/master/DancingGoat/TagHelpers/EditLinkTagHelper.cs].

Additional context

Simply007 commented 3 years ago

Related branch: https://github.com/Kentico/kontent-sample-app-net/tree/webspotlight