HttpRequestBase.UrlReferrer 属性
定义
在派生类中替代时,获取有关链接到当前 URL 的客户端请求的 URL 的信息。When overridden in a derived class, gets information about the URL of the client request that linked to the current URL.
public:
virtual property Uri ^ UrlReferrer { Uri ^ get(); };
public virtual Uri UrlReferrer { get; }
member this.UrlReferrer : Uri
Public Overridable ReadOnly Property UrlReferrer As Uri
属性值
链接到当前请求的页面的 URL。The URL of the page that linked to the current request.
例外
始终。Always.