I want to embed other cshtml views into my main view. After doing some research I found that Html.RenderPartial can be used for this purpose. But I'm not seeing RenderPartial and only getting RenderPartialExtensions.
I'm using System.Web version 4.0.0.0 and VS2017. Also, installed Microsoft.AspNet.Mvc v5.2.5 but that didn't help either.
If its not possible, can you give an example of how to use RenderPartialExtenstions in cshtml?