HttpParseException.VirtualPath Propriedade
Definição
Obtém o caminho virtual para o arquivo de origem que gerou o erro.Gets the virtual path to source file that generated the error.
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
O caminho virtual para o arquivo de origem que gerou o erro.The virtual path to the source file that generated the error.