Skip to content

Commit 3de6131

Browse files
BLAZ-27620 Updated the read-me file.
1 parent d28e322 commit 3de6131

File tree

1 file changed

+23
-0
lines changed
  • PDFViewer/ASP.NET MVC Razor Examples

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Create a simple PDF Viewer
2+
This example shows how to create a simple PDF Viewer application.
3+
4+
## Project pre-requisites
5+
ASP.NET MVC Applications can be developed using one of the following IDEs. You can also develop using .NET CLI without below IDEs.
6+
7+
* Visual Studio 2022
8+
* Visual Studio 2019
9+
* Visual Studio 2017
10+
* Visual Studio Code
11+
12+
### Frameworks
13+
The below tools required to run the Syncfusion ASP.NET MVC UI application.
14+
15+
* Net Framework 4.5 or above.
16+
* ASP.NET MVC 4 or ASP.NET MVC 5
17+
18+
## Running the sample
19+
Execute the following commands to run the sample via command prompt window.
20+
21+
* dotnet restore
22+
* dotnet run
23+

0 commit comments

Comments
 (0)