Skip to content

Files

Latest commit

Sep 20, 2024
6bba0f9 · Sep 20, 2024

History

History

ASP.NET MVC Razor Examples

README.md

Create a simple PDF Viewer

This example shows how to create a simple PDF Viewer application.

Project pre-requisites

ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using .NET CLI without below IDEs.

  • Visual Studio 2022
  • Visual Studio 2019
  • Visual Studio 2017
  • Visual Studio Code

Frameworks

The below tools required to run the Syncfusion ASP.NET MVC UI application.

  • Net Framework 4.5 or above.
  • ASP.NET MVC 4 or ASP.NET MVC 5

Running the sample

Execute the following commands to run the sample via command prompt window.

  • dotnet restore
  • dotnet run