【MVC】 SignalR2.0 測試聊天室功能

/
0 Comments
Create Facebook Appliction for MVC4 template - Step 1Create Facebook Appliction for MVC4 template - Step 1

1.在專案中安裝SignalR組件資料




























2.在專案底下新增 SignalRHub 的資料夾

3.在資料夾底下  加入一個 ChatHub的class



4.在Global.asax裡加入一行程式碼

RouteTable.Routes.MapHubs();


注意:
這部分在我使用的SignalR2.0板會出現以下錯誤訊息

System.Web.Routing.SignalRRouteExtensions.MapHubs(System.Web.Routing.RouteCollection) 已過時

解法:
在SignalRHub 的資料夾底下加入另外一個Startup class



5.在controller新增一個方法 (裡面只需要 return View()即可)

6.畫面程式碼如下











You may also like

沒有留言: