Why don't my Html Helpers have intellisense?

后端 未结 9 1565
無奈伤痛
無奈伤痛 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:46

    I ran into this today as well. Sometimes just closing the Razor view's window in Visual Studio and re-opening it will do the trick without having to do a full Visual Studio restart.

提交回复
热议问题