在codebehind:
using MVCTest.Controller;
<%@ import namespace='your namespace' %>
您也可以尝试在web.config中导入您的命名空间
<system.web> <pages> <namespaces> <add namespace='you namespace' /> </namespaces> </pages> </system.web>