Problem recognizing html helpers in asp.net mvc 3 razor

后端 未结 4 718
眼角桃花
眼角桃花 2021-01-05 00:20

This is what my Html helper looks like:

namespace WebApp.WebUI
{
    public static class HtmlExtensions
    {

            public static MvcHtmlString Genera         


        
4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-05 00:50

    Like Darin said but, in order to use it globally, you probably need to add it to both ~/Views/web.config and ~/web.config section.

提交回复
热议问题