如何将 Google AMP 与 ASP.Net 结合使用

How to use Google AMP with ASP.Net

我正在尝试将 Google AMPAsp.Net 一起使用。

我唯一的代码是,

<script async custom-element="amp-iframe" src="https://cdn.ampproject.org/v0/amp-iframe-0.1.js"></script>
<amp-iframe width="200" height="100"
  sandbox="allow-scripts allow-same-origin"
  layout="responsive"
  frameborder="0"
  src="https://www.example.com/htmlfile.html">
</amp-iframe>

谁能帮我写代码?
谢谢

我正在访问Amp.dev

据我所知,这是 Google AMP 的官方资源。