[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.CollectionViewNavigatorTagHelper

CollectionViewNavigatorTagHelper Class

ITagHelper implementation for CollectionViewNavigator.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-collection-view-navigator")]
public class CollectionViewNavigatorTagHelper : ControlTagHelper<CollectionViewNavigator>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
CollectionViewNavigatorTagHelper()

Properties

Name Description
ByPage

Configurates ByPage. Sets a value that determines whether should navigate items or pages.

HeaderFormat

Configurates HeaderFormat. Sets the format string used to display the current total item/page values in the control header.

ItemsSourceId

Configurates ItemsSourceId. Sets the ItemsSourceId specify which CollectionViewService will be used for this control.

RepeatButtons

Configurates RepeatButtons. Sets a value that determines whether the next/previous buttons should act as repeat buttons, firing repeatedly as long as the button remains pressed.