[]
ITagHelper implementation for MapLayerBase<T>.
public class MapLayerBaseTagHelper<T, TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : MapLayerBase<T>
Public Class MapLayerBaseTagHelper(Of T, TControl As MapLayerBase(Of T))
Inherits SettingTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent
| Name | Description |
|---|---|
| T | |
| TControl |
| Name | Description |
|---|---|
| MapLayerBaseTagHelper() |
| Name | Description |
|---|---|
| CollectionName | Gets the collection name. |
| ItemsSource | Configurates ItemsSource. Sets a data source for the layer. |
| ItemsSourceChanged | Configurates the OnClientItemsSourceChanged client event. Occurs after the layer has been bound to a new items source. |
| Style | Configurates Style. Sets the layer's style. |
| Url | Configurates Url. Get or sets the data source url. |