如何在dnn中使用iframe?

How to use iframe in dnn?

我想在 dnn 中使用 iframe。我在 site 的皮肤路径中有一个 html 文件。我使用此代码但出现错误。 请指教

   <iframe src="<%SkinPath%>/advertisement_anim.html"></iframe>

我只是post回复我的答案作为参考。作为基于 Microsoft .NET 的 DNN,以下 syntax 可以工作:

<iframe src="<%=SkinPath%>/advertisement_anim.html"></iframe>