HttpWorkerRequest.GetPathInfo 方法

定义

返回 URL 扩展名的资源的其他路径信息。 也就是说,对于路径 /virdir/page.html/tail,值为 GetPathInfo /tail。

public:
 virtual System::String ^ GetPathInfo();
public virtual string GetPathInfo();
abstract member GetPathInfo : unit -> string
override this.GetPathInfo : unit -> string
Public Overridable Function GetPathInfo () As String

返回

资源的其他路径信息。

适用于