cookie クラス : Path ゲッタ

説明

Path属性を返します。

構文

instance.Path

引数

無し。

返り値

クラス説明
stringPath属性。

サンプルコード

1:

browser br;

2:

cookie coo = br.GetCookie("Example");

3:

string path = coo.Path;

注意

無し。

参照リンク

無し。

Copyright © Cooker All rights reserved.