MobilePage.AbsoluteFilePath プロパティ

定義

現在のページへのルート URL を取得します。 この API は、互換性のために残されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NET を使用した Mobile Apps & サイト」を参照してください。

public:
 property System::String ^ AbsoluteFilePath { System::String ^ get(); };
[System.ComponentModel.Browsable(false)]
public string AbsoluteFilePath { get; }
[<System.ComponentModel.Browsable(false)>]
member this.AbsoluteFilePath : string
Public ReadOnly Property AbsoluteFilePath As String

プロパティ値

現在のページへのルート URL。

属性

注釈

ルート化された URL はサーバーに関して絶対ですが、プロトコル プレフィックスやサーバー名が含まれていないため、完全な URL ではありません。

適用対象

こちらもご覧ください