Why don't my Html Helpers have intellisense?

后端 未结 9 1554
無奈伤痛
無奈伤痛 2020-12-06 15:54

I can\'t get intellisense for my own html helpers. My CustomHtmlHelpers.cs looks like this:

using System.Web.Mvc;
using System.Text;
using Syste         


        
9条回答
  •  醉梦人生
    2020-12-06 16:47

    I found that if it still doesn't work, you may need to go to the properties of the custom class and change the build action from "content" to "compile". That resolved it for me.

提交回复
热议问题