AmpComponent Class

Base class to representation amp components.
Inheritance Hierarchy
SystemObject
  Aspose.Email.AmpAmpComponent
    More...

Namespace:  Aspose.Email.Amp
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public abstract class AmpComponent

The AmpComponent type exposes the following members.

Constructors
  NameDescription
Protected methodAmpComponent
Initializes a new instance of the AmpComponent class
Properties
  NameDescription
Public propertyAttributes
AMP provides a set of common attributes that are extended to many AMP components.
Public propertyFallback
A fallback is a convention that allows the element to communicate to the reader that the browser does not support the element.
Public propertyPlaceholder
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.
Public propertyRequiredScript
Required script that muct be added to head section.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToAmpHtml
Represents amp html version of component.
Public methodToHtml
Represents html version of component.
Public methodToString (Inherited from Object.)
See Also
Inheritance Hierarchy