We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d28e322 commit 3de6131Copy full SHA for 3de6131
PDFViewer/ASP.NET MVC Razor Examples/README.md
@@ -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