AspNetWebSocketContext.UrlReferrer 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得關於用戶端在目前訊息以前所傳送訊息之 URI 資料的集合。
public:
virtual property Uri ^ UrlReferrer { Uri ^ get(); };
public virtual Uri UrlReferrer { get; }
member this.UrlReferrer : Uri
Public Overridable ReadOnly Property UrlReferrer As Uri
屬性值
URI 資料。
例外狀況
屬性未實作。