signalR client屬性中的大致方法

2022-03-02 16:32:26 字數 694 閱讀 5304

t all

相當於持久連線中的 broadcast。

t allexcept(params string excludeconnectionids);

給排除本人所有人傳送訊息。

t client(string connectionid);

跟send操作就是一樣的了。

t clients(ilistconnectionids);

和send操作的過載方法一樣,可以給一批指定的人傳送。

t group(string groupname, params string excludeconnectionids);

給房間中的指定人傳送訊息: clients.group("room1", "asdfasdfads");

t groups(ilistgroupnames, params string excludeconnectionids);

給房間列表中的指定人傳送訊息; 【天然的聊天室功能】

t user(string userid);

這個和client是有區別的。 這個userid => this.context.request.user.identity.name 【form驗證】

cookie中介軟體來做到singlar的身份驗證。

userid 是你自己定義的乙個標識。

t users(ilistuserids);

CSS屬性 背景屬性 or 浮動屬性

background color red background image url background repeat no repeat repeat repeat x repeat y background position 水平位置 垂直位置 可以給負值 background attachme...

復合屬性 列表屬性 文字屬性

background 復合屬性 url 位址 本地位址,網路位址 repeat 預設值 水平和垂直都鋪滿 repeat x 只鋪滿水平方向 左右 repeat y 只鋪滿垂直方向 上下 no repeat 不平鋪 放不滿,留出空白 background size 100 100 背景縮放 boxba...

CSS屬性 文字屬性 or 列表屬性

font weight bolder 更粗的 bold 加粗 normal 常規 lighter 細的 font weight 100 900 100 500 不加粗 600 900 加粗 常用 100 細體 400 正常 700 加粗 900 更粗 font style italic 傾斜字 ob...