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

Customizing ASP .NET Core


Hi, hope you are doing well.

I downloaded the ASP .NET Core starter kit and followed the quick start procedures, so that I was able to run the default template, using Demo 1.

I noticed that Demo 1 for the ASP .NET Core version comes with just a few basic features, such as the Dashboard and Authentication.

I am trying to add some of the other features present in the HTML version on it, however it has been an extremelly painfull job, once I need to get the HTML page and remove ALL the repeated code - such as the side bar, the menu, etc. For doing that I need to read almost the entire file, which sometimes has thounsands and thousands of lines. That is no only painful, but also prone to errors - for instance, I cannot figure out why a specific table does not show scroll bars such as the HTML version.

Is there any other easier way to do that? I tried looking into the docs and videos, but found nothing.

Regards,

Nelson


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 (1)


Hi,

Thank you for reaching out to us.

Unfortunately, we currently don't have an automated way to migrate pages from our main HTML version to ASP.NET Core. When opening a file, you'll typically want to focus on the markup located between <!--begin::Content--> and <!--end::Content-->. Instead of copying the entire file, simply copy the content between these comments.

Additionally, you can access individual plugin usage examples directly in our HTML documentation: https://preview.keenthemes.com/html/metronic/docs/index

If you need any assistance with implementing a specific page, please feel free to reach out.

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  :(