I am using RazorPages, how can I use metronic theme in it?
Hi,
Which version of Metronic are you using ?
You can follow https://keenthemes.com/metronic/docs for a spesific Metronic version use.
Regards,
Sean
I am using metronic_asp.net-core_v8.2.9. And. I have a Razor Pages Project built on .Net 8.
Hi,
The integration process depends on your project requirements.
If you already have a project, simply copy the theme assets and paste them into your project. Ensure you include the following mandatory styles globally:
<link href="/assets/plugins/global/plugins.bundle.css" rel="stylesheet" type="text/css"> <link href="/assets/css/style.bundle.css" rel="stylesheet" type="text/css">
<script src="/assets/plugins/global/plugins.bundle.js"></script> <script src="/assets/js/scripts.bundle.js"></script>