AmpAttributesMedia Property |
The value of media is a media query. If the query does not match, the element is not rendered and its resources and potentially its child resources will not be fetched. If the browser window changes size or orientation, the media queries are re-evaluated and elements are hidden and shown based on the new results.
Namespace:
Aspose.Email.Amp
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax public string Media { get; set; }
Public Property Media As String
Get
Set
public:
property String^ Media {
String^ get ();
void set (String^ value);
}
member Media : string with get, set
Property Value
Type:
StringSee Also