I've got a couple large sections of razor code that similar enough that they should be coming from a reusable source.
What I want to do is make a cshtml file that can be called from another cshtml file, except I should be able to send it some c# input variables to help generate the thing. I don't know what the lingo for this sort of pattern is in the MVC world.
I know how to make HTML helpers, and I certainly can make an HTML helper as an alternative.