Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Envato license purchase, compilation error


Great greetings.
I have purchased the Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Blazor, Django & Laravel Admin Dashboard Theme template.
In the preview I thought the in6terfaces were pretty good and this login caught my attention.

https://preview.keenthemes.com/metronic8/demo1/authentication/extended/multi-steps-sign-up.html?_ga=2.110926981.1078120096.1689653743-1054659802.1689653743

I want to develop this interface in Blazor, and that's why I bought the template, but when I download all the demos there are very few interfaces and I don't know if this interface is available in Blazor (because that's why I bought it), when I download the project and run it I have the following error and I check the path and it doesn't exist.

https://drive.google.com/file/d/15-Dea1jk2JCJXQhJb2Pbn1agEEbWj55i/view?usp=sharing

Any suggestions on how to download the Razor demos and run it?

Thanks


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (3)


I appreciate your interest in Metronic.

Please note that all the features shown in the HTML version.

Are available in the Starter Kit versions as well including Blazor Server Starter Kit.
You can refer to the HTML templates and get the required HTML code and place it on your pages within the Blazor app.
All the styles and scripts are available in the global bundles that are already included in the Blazor app. You will need to figure it out and use it as per your requirements.

For more info please check the HTML and Blazor Server docs here:

Just in case Metronic Angular does not fulfill your project requirements you may request a refund using this form 100% money back guarantee.

Regards



Thank you for your response and help.

But I have a question, in Razor components I can't call the js using the <script suppress-error="BL9992" src="~/assets/plugins/global/plugins.bundle.js"></script> tag for example, what would be the solution to use the Js in Razor?

Thank you very much.



Hi Cristian,

You can trigger javascript functions in Razor files using InvokeVoidAsync method.

Here is an example:

JS.InvokeVoidAsync("KTModalUpgradePlan.init");


Regards,
Lauris Stepanovs,
Keenthemes Support Team


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(