Combining Polymer and Razor -


Is there any way to combine razor (CS HTML) with polymer elements? Or is it mandatory that a polymer element HTML should be imported?

Thank you in advance!

You can add any template engine in any way:

  • Compiling custom templates to create HTML output
  • Using / creating polymers' built-in event callback custom alignment to dynamically compile custom template code on runtime with client side compiler < / Li>

    Therefore, using polymers, you can use your template engine You can not stop searching for a way that you did with your other client-side applications first.

Comments

Popular posts from this blog

php - PDO bindParam() fatal error -

logging - How can I log both the Request.InputStream and Response.OutputStream traffic in my ASP.NET MVC3 Application for specific Actions? -

java - Why my included JSP file won't get processed correctly? -