AspNetWebSocketContext.FilePath 属性

定义

获取请求文件的虚拟路径。

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

属性值

String

虚拟路径。

例外

未实现该属性。

注解

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

适用于