Example of Templates in ASP.NET MVC Carousel Control
This sample demonstrates the customization of the ASP.NET MVC Carouselopens in a new tab component using various templates.
DEMO
SOURCE
In this demo, the ASP.NET MVC Carousel
component is customized by using the templates. The
navigators and indicators are customized using nextButtonTemplate
, previousButtonTemplate
, indicatorsTemplate
.
The carousel item is customized using template
option.
More information about customizing ASP.NET MVC Carousel component can be found in this documentation sectionopens in a new tab.