AspNetWebSocketContext.PathInfo 属性

定义

获取具有 URL 扩展名的资源的附加路径信息。

public:
 virtual property System::String ^ PathInfo { System::String ^ get(); };
public virtual string PathInfo { get; }
member this.PathInfo : string
Public Overridable ReadOnly Property PathInfo As String

属性值

包含资源的附加路径信息的字符串。

例外

未实现该属性。

注解

作为虚拟路径的示例,对于 URL http://www.contoso.com/virdir/page.html/tail,此属性 /tail的值为 。

适用于