ScrollViewPageableSettingsTagHelper
Example
Razor
<pageable>
<aria-template></aria-template>
</pageable>
ChildTags
Tag Name | Details |
---|---|
aria-template | TemplateTagHelper |
Attributes
Attribute | Type | Description |
---|---|---|
aria-template | String | Specifies a template is used to populate the aria-label for each pager element. |
aria-template-handler | String | Specifies a template is used to populate the aria-label for each pager element. This option expects the name of a JavaScript function that will be called to return the template. |
aria-template-id | String | Specifies a template is used to populate the aria-label for each pager element. This option expects the ID of the script element that contains the template. |
aria-template-view | IHtmlContent | Specifies a template is used to populate the aria-label for each pager element. This option expects the instance containing the created HTML. |
enabled | Boolean | Enables or disables the configuration. |