My intention is to extend the functionality of methods like @Html.TextBoxFor method. I essentially want to wrap the mark up produced in some additional HTML with some logic in it.
Now within my extension method I want to call @Html.TextBoxFor and wrap it. What do I need to reference and use to get that to work?
Basically something like this