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.
ベンダーからのDLLがあり、それを.cshtmlファイルで使用したいと思います。Webmatrixのアセンブリへの参照をどこに追加するのかわかりません...または、要点を完全に見逃していますか?
サイトにbinフォルダーを作成し、そこにコピーします。WebMatrixは、VSと同じ方法で参照を追加する方法を提供していません。CSHTMLファイルの先頭にusingステートメントを追加する必要があります。
@using MyThirdParty.Component;
いいえ、要点を見逃していません。WebMatrixのユーザーがiTextSharpなどで遊びたいと思っているのを見ることができます。