SimpleWorkerRequest.GetFilePath 方法
定义
返回请求的 URI 的物理路径。Returns the physical path to the requested URI.
public:
override System::String ^ GetFilePath();
public override string GetFilePath ();
override this.GetFilePath : unit -> string
Public Overrides Function GetFilePath () As String
返回
请求的 URI 的物理路径。The physical path to the requested URI.