Many MVC extensions use their own variable for the HtmlHelper
on the view page, like you would mark up a Telerik helper as @Telerik().Helper
. My extension is still stuck on the ol' HtmlHelper<TModel>
, so I can't say @Erisia().Helper
and have to resort to plain old, non-promotional, @Html.MyHelper
.
How can I achieve this trick like other extension libraries?