AmpComponentFallback Property |
A fallback is a convention that allows the element to communicate to the reader that the browser does not support the element.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Fallback { get; set; }
Public Property Fallback As String
Get
Set
public:
property String^ Fallback {
String^ get ();
void set (String^ value);
}
member Fallback : string with get, set
Property Value
Type:
String
See Also