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.
このようにhrefのオブジェクトから値を設定したい
<a href="<%result[0].DocumentUrl %>">
しかし、コンパイルエラーが発生します。構文のヘルプ
等号 ( =)を追加する必要があります。
=
<a href="<%= result[0].DocumentUrl %>">
さまざまなインライン asp タグの詳細については、こちらを参照してください。