cookie クラス : Path ゲッタ
説明
Path属性を返します。
構文
instance.Path
引数
無し。
返り値
| クラス | 説明 |
| string | Path属性。 |
サンプルコード
| 1: | browser br; |
| 2: | cookie coo = br.GetCookie("Example"); |
| 3: | string path = coo.Path; |
注意
無し。
参照リンク
無し。
Path属性を返します。
instance.Path
無し。
| クラス | 説明 |
| string | Path属性。 |
| 1: | browser br; |
| 2: | cookie coo = br.GetCookie("Example"); |
| 3: | string path = coo.Path; |
無し。
無し。