次の方法で共有


Uri.Fragment プロパティ

エスケープ フラグメントを取得します。

Public ReadOnly Property Fragment As String
[C#]
public string Fragment {get;}
[C++]
public: __property String* get_Fragment();
[JScript]
public function get Fragment() : String;

プロパティ値

URI フラグメント情報を含む文字列。

解説

Fragment プロパティは、URI 内のフラグメント マーカ (#) とその後に続くテキストを取得します。https://www.contoso.com/index.htm#main という URI を指定すると、このフラグメント プロパティにより #main が取得されます。

Equals での比較時には、 Fragment プロパティは比較対象として扱われません。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ, .NET Compact Framework - Windows CE .NET, Common Language Infrastructure (CLI) Standard

参照

Uri クラス | Uri メンバ | System 名前空間