AspNetWebSocketContext.ApplicationPath 属性

定义

获取该主机 ASP.NET 应用程序的根虚拟路径。

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

属性值

String

应用程序的路径。

例外

未实现该属性。

适用于