Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
さて、基本的にはMySQLデータベースからiframe(ムービーiframe)を表示したいのですが、ボタンクリックでiframeを表示したい(AJAX経由?)
データベースにムービーのiframeを作成し、Razor2(WebMatrix)で特定のiframeを呼び出すと、ソースを配置した場合に最初に表示される実際の(JwPlayer/Flash/Movie Player)ではなく、iframeソースコードが取得されます通常の html ドキュメントの iframe。
@Html.Raw(<your source from the database>)
Use the Raw method to render the iframe source code to valid HTML.