uri クラス : HostNameType ゲッタ

説明

URIのホスト名の型を取得します。

構文

uriInstance.HostNameType

引数

無し。

返り値

クラス説明
stringURIのホスト名の型。

サンプルコード

1:

uri u = new uri("http://www.example.com/aaa/bbb.html");

2:

string typeString = u.HostNameType;

注意

これは、System.Uri.HostNameType プロパティのラッパーです。

参照リンク

Copyright © Cooker All rights reserved.