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.
2 parents 242571b + eec05c3 commit d28e322Copy full SHA for d28e322
PDFViewer/ASP.NET MVC Razor Examples/Views/Shared/_Layout.cshtml
@@ -5,8 +5,8 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<title>@ViewBag.Title - My ASP.NET Application</title>
7
@Styles.Render("~/Content/css")
8
- <link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.1.55/fluent.css" />
9
- <script src="https://cdn.syncfusion.com/ej2/20.1.55/dist/ej2.min.js"></script>
+ <link rel="stylesheet" href="https://cdn.syncfusion.com/ej2/20.3.61/fluent.css" />
+ <script src="https://cdn.syncfusion.com/ej2/20.3.61/dist/ej2.min.js"></script>
10
</head>
11
<body>
12
<div class="navbar navbar-inverse navbar-fixed-top">
0 commit comments