Hi Banjop,
As far as I know, we could use
iframe to acheive your requirement.
The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.
So you could set the iframe's path as the Create.cshtml's path like below:
<iframe src="../{controller}/create"></iframe>
Best Regards,
Brando
MSDN Community Support
Please remember to click "Mark as Answer" the responses that resolved your issue, and to click "Unmark as Answer" if not. This can be beneficial to other community members reading this thread. If you have any compliments or complaints to
MSDN Support, feel free to contact MSDNFSF@microsoft.com.