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

返回

资源的附加路径信息。

适用于