MobilePage.MakePathAbsolute(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的相對 URL 轉換為絕對 URL。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 mobile Apps & Sites with ASP.NET。
public:
System::String ^ MakePathAbsolute(System::String ^ virtualPath);
public string MakePathAbsolute (string virtualPath);
member this.MakePathAbsolute : string -> string
Public Function MakePathAbsolute (virtualPath As String) As String
參數
- virtualPath
- String
要轉換的相對 URL。
傳回
對應至指定之虛擬路徑的絕對路徑。
備註
絕對 URL 會視應用程式是否設定為無 Cookie 會話管理而有所不同。 不論 Cookie 設定為何,這個方法都會提供單一方式來轉譯應用程式 URL。