HttpWorkerRequest.GetFilePath Método
Definição
Quando substituída em uma classe derivada, retorna o caminho virtual para o URI solicitado.When overridden in a derived class, returns the virtual path to the requested URI.
public:
virtual System::String ^ GetFilePath();
public virtual string GetFilePath ();
abstract member GetFilePath : unit -> string
override this.GetFilePath : unit -> string
Public Overridable Function GetFilePath () As String
Retornos
O caminho para o URI solicitado.The path to the requested URI.