New to Telerik UI for ASP.NET Core? Download free 30-day trial

ASP.NET Core FileManager Image Preview

Loading Demo...
  • EXAMPLE
  • VIEW SOURCE
  • Edit in Telerik REPL
HtmlHelper
TagHelper
Files:
image_preview.cshtml
Image_PreviewController.cs
FileManagerDataController.cs
Image_Preview_TagHelper.cshtml

Also available for:

CLIENT-SIDE API HTML HELPER API

Description

The example demonstrates how you can use the Telerik UI for ASP.NET Core Window to display images listed in the FileManager.

To implement the functionality you need to:

  • Initialize a Telerik UI for ASP.NET Core Window component with an <img src="#" /> element as content.
  • Define an event handler function for the Open event of the FileManager.
  • In the event handler function, check if the opened file is indeed an image. If it is, set the src attribute of the <img /> element.
  • Open the Window.

Click on the View Source tab to review the details of the implementation.

Additional Apps

This FileManager example is part of unique collection of hundreds of ASP.NET Core demos, with which you can see all Telerik ASP.NET Core components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in Telerik REPL for ASP.NET Core or ThemeBuilder.

Support & Learning Resources

Additional Resources