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.
かみそりコード(mypage.cshtml)内にaspxページを読み込もうとしています。私は次のコードを持っていますが、これは機能しません:
@Html.Partial("~/Video/Upload.aspx")
エラーは次のとおりです。部分ビュー'〜/ Video / Upload.aspx'が見つからなかったか、検索された場所をサポートするビューエンジンがありません。次の場所が検索されました:〜/ Video / Upload.aspx
Upload.aspxをViews/Sharedフォルダーに移動して到達可能にすると、パーシャルが機能します。