Class AmpCarousel
AmpCarousel class
Component allows displaying multiple similar pieces of content along a horizontal axis.
public class AmpCarousel : AmpComponent
Constructors
Name | Description |
---|
AmpCarousel(int, int) | Create instance of form AmpCarousel. |
Properties
Name | Description |
---|
Attributes { get; } | AMP provides a set of common attributes that are extended to many AMP components. |
Fallback { get; set; } | A fallback is a convention that allows the element to communicate to the reader that the browser does not support the element. |
Images { get; } | Set of images for displaying. |
Placeholder { get; set; } | The element marked with the placeholder attribute acts as a placeholder for the parent AMP element. If specified, a placeholder element must be a direct child of the AMP element. |
override RequiredScript { get; } | Required script that muct be added to head section. |
Type { get; set; } | Specifies the display type for the carousel items. |
Methods
Name | Description |
---|
override ToAmpHtml() | Represents amp html version of component. |
override ToHtml() | Represents html version of component. |
See Also