I have ten or more view where I could use this:
@Html.Partial("_Stats")
or:
20-30 lines of HTML code in my every view.
Does the @Html.Partial() bring in code at compile or run time? If at run time then is there a performance overhead for rendering the partial and should I bother about it ?