Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

ASP.NET COre


I am using RazorPages, how can I use metronic theme in it?


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


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">

Also, add the required JavaScript files:


<script src="/assets/plugins/global/plugins.bundle.js"></script> <script src="/assets/js/scripts.bundle.js"></script>

This setup enables all Bootstrap elements and our custom JavaScript components. Additional styles and scripts will depend on the plugins you choose to use.

If you don’t have an existing project, we recommend using our default structure as a starting point and customizing it to fit your needs. Following this structure makes it easier to apply future Metronic updates.

Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(