using ;//添加此引用
//add the attribute here
[assembly: OwinStartup(typeof())]
namespace SignalrMvc
{
public class Startup
{
public void Configuration(IAppBuilder app)
{
();//跨域访问
();//路由访问
}
}
}
using ;//添加此引用
//add the attribute here
[assembly: OwinStartup(typeof())]
namespace SignalrMvc
{
public class Startup
{
public void Configuration(IAppBuilder app)
{
();//跨域访问
();//路由访问
}
}
}