Skip to content

Files

Latest commit

 

History

History

ASP.NET MVC Razor Examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 13, 2022
May 25, 2022
May 25, 2022
Sep 19, 2024
May 13, 2022
Sep 19, 2024
May 13, 2022
May 13, 2022
May 13, 2022
May 25, 2022
May 13, 2022
Dec 20, 2022
May 13, 2022
May 13, 2022
May 13, 2022
May 13, 2022
Aug 19, 2024

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