browser クラス : Title ゲッタ

説明

表示されているページのタイトルを返します。

構文

instance.Title

引数

無し。

返り値

クラス説明
stringタイトル。

サンプルコード

1:

browser b; // Main-browser

2:

string title = b.Title; // It is string as same as the Title-bar's caption.

注意

タイトルバーに表示されている文字列です。

参照リンク

無し。

Copyright © Cooker All rights reserved.