Class AmpComponent
Contents
[
Hide
]AmpComponent class
Base class to representation amp components.
public abstract class AmpComponent
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. |
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. |
abstract RequiredScript { get; } | Required script that muct be added to head section. |
Methods
Name | Description |
---|---|
abstract ToAmpHtml() | Represents amp html version of component. |
abstract ToHtml() | Represents html version of component. |
See Also
- namespace Aspose.Email.Amp
- assembly Aspose.Email