HtmlTemplateCollection Constructors
The collection of HTML templates that can be used as an external template storage by other controls.| Name | Parameters | Description |
|---|---|---|
| HtmlTemplateCollection() | none | Initializes a new instance of the HtmlTemplateCollection class. |
| HtmlTemplateCollection(IList<HtmlTemplate>) | list | Initializes a new instance of the HtmlTemplateCollection class with specified settings. |
See Also