Below you can see a simple example of how to integrate a Polymer element (core-toolbar here) into an ASP.NET Webforms page. Note that the import lines are included in the element. Source Code: <% @ Page Title = "Home Page" Language = "C#" MasterPageFile = "~/Site.Master" AutoEventWireup = "true" CodeBehind = "Default.aspx.cs" Inherits = "TestPolWebApp._Default" %> < asp : Content ID = "BodyContent" ContentPlaceHolderID = "MainContent" runat = "server" > < link rel = "import" href = "Scripts/Polymer/polymer/polymer.html" > < link rel = "import" href = "Scripts/Polymer/core-toolbar/core-toolbar.html" > < script src = "Scripts/Polymer/webcomponentsjs/webcomponents-lite.js" ></ script > < div ...
About fullstack web development with .NET, JS (Polymer, Angular) and automated testing (CodedUI, WCT).
(https://github.com/acbeljaars)