AspNetWebSocketContext.ApplicationPath Propriedade
Definição
Obtém o caminho virtual raiz do aplicativo ASP.NET de host.Gets the root virtual path of the host ASP.NET application.
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
Valor da propriedade
O caminho do aplicativo.The path of the application.
Exceções
A propriedade não é implementada.The property is not implemented.