Compartilhar via


WebContext.Path Propriedade

Definição

Obtém o caminho virtual atual do aplicativo Web.

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

Valor da propriedade

String

O caminho virtual atual do aplicativo Web.

Exemplos

O exemplo a seguir mostra como usar a Path propriedade. Este exemplo de código faz parte de um exemplo maior fornecido para a WebContext classe.

// WebContext - Path.
Console.WriteLine("Path: {0}", webContext.Path.ToString());
' WebContext - Path.
Console.WriteLine("Path: {0}", webContext.Path.ToString())

Aplica-se a