PolymerComponent
Namespace: Wisej.Web.Ext.Polymer
Assembly: Wisej.Web.Ext.Polymer
Represents a polymer (https://elements.polymer-project.org/) non-visual component. Used to import polymer libraries, such as iron-icons sets and others.
- C#
- VB.NET
public class PolymerComponent : Component, IComponent
Public Class PolymerComponent
Inherits Component
Implements IComponent
Constructors
PolymerComponent()
Initializes a new instance of the PolymerComponent class.
PolymerComponent(container)
Initializes a new instance of the PolymerComponent class together with the specified container.
| Name | Type | Description |
|---|---|---|
| container | IContainer | A IContainer that represents the container for the component. |
Properties
Imports
String[]: Returns or sets the list of polymer libraries to import. (Default: null)
PolymerBaseUrl
String: Returns or sets the base url for the polymer files.