asp.net - Insert aspx page as partial view inside razor page -
i trying load aspx page within razor code (mypage.cshtml). have next code, not work:
@html.partial("~/video/upload.aspx")
the error gives is: partial view '~/video/upload.aspx' not found or no view engine supports searched locations. next locations searched: ~/video/upload.aspx
move upload.aspx views/shared folder create reachable, , partial work.
asp.net razor
No comments:
Post a Comment