'How to include .aspx and its content into a .cshtml view?

I'm kinda new on .net and I ignored the existence of Controllers, Routing and Views and I already created my pages and their code behind on .aspx files and I want to know if there's some way to include in a cshtml view what I've already done on my .aspx files, or if I can redirect the view to my .aspx page without modifying my url. Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source