[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.MapLayerBaseTagHelper-2

MapLayerBaseTagHelper<T, TControl> Class

ITagHelper implementation for MapLayerBase<T>.

Inheritance
BaseTagHelper<TControl>
MapLayerBaseTagHelper<T, TControl>
Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class MapLayerBaseTagHelper<T, TControl> : SettingTagHelper<TControl>, ITagHelper, ITagHelperComponent where TControl : MapLayerBase<T>
Type Parameters
Name Description
T
TControl

Constructors

Name Description
MapLayerBaseTagHelper()

Properties

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.