New to Telerik UI for ASP.NET Core? Download free 30-day trial
ASP.NET Core FileManager Image Preview
Loading Demo...
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
HtmlHelper
TagHelper
image_preview.cshtml
Image_PreviewController.cs
FileManagerDataController.cs
Image_Preview_TagHelper.cshtml
Also available for:
CLIENT-SIDE API SERVER-SIDE APIDescription
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.