HttpConfigurationContext.VirtualPath Propriedade

Definição

Obtém o caminho virtual para o arquivo de configuração Web.config.Gets the virtual path to the Web.config configuration file.

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

Valor da propriedade

String

O caminho virtual para o arquivo de Web.config.The virtual path to the Web.config file. Null ao avaliar Machine.config; uma cadeia de caracteres vazia ("") ao avaliar o arquivo de Web.config raiz para o site.Null when evaluating Machine.config; an empty string ("") when evaluating the root Web.config file for the site.

Aplica-se a