AmpComponent

AmpComponent class

表示放大器组件的基类。

public abstract class AmpComponent

特性

姓名描述
Attributes { get; }AMP 提供了一组通用属性,这些属性扩展到许多 AMP 组件。
Fallback { get; set; }后备是一种约定,它允许元素向读者传达浏览器不支持该元素。
Placeholder { get; set; }标记有 placeholder 属性的元素充当父 AMP 元素的占位符。如果指定,占位符元素必须是 AMP 元素的直接子元素。
abstract RequiredScript { get; }必须添加到头部的脚本。

方法

姓名描述
abstract ToAmpHtml()代表 amp html 版本的组件。
abstract ToHtml()表示组件的 html 版本。

也可以看看