[]
ITagHelper implementation for ItemsBoundControl<T>.
public abstract class ItemsBoundControlTagHelper<T, TControl> : ControlTagHelper<TControl>, ITagHelper, ITagHelperComponent, ITemplateTagHelper where TControl : ItemsBoundControl<T>
Public MustInherit Class ItemsBoundControlTagHelper(Of T, TControl As ItemsBoundControl(Of T))
Inherits ControlTagHelper(Of TControl)
Implements ITagHelper, ITagHelperComponent, ITemplateTagHelper
| Name | Description |
|---|---|
| T | |
| TControl |
| Name | Description |
|---|---|
| ItemsBoundControlTagHelper() |
| Name | Description |
|---|---|
| ItemsSourceId | Configurates ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control. |