次の方法で共有


HttpResponseHeaderCollection.HasKey(String) メソッド

定義

HttpResponseHeaderCollection に指定したキーが含まれているかどうかを判断します。

public:
 virtual bool HasKey(Platform::String ^ key) = IMap<Platform::String ^, Platform::String ^>::HasKey;
bool HasKey(winrt::hstring const& key);
public bool HasKey(string key);
function hasKey(key)
Public Function HasKey (key As String) As Boolean

パラメーター

key
String

Platform::String

winrt::hstring

検索する項目に関連付けられているキー。

戻り値

Boolean

bool

キーが見つかった場合は true。それ以外の場合は false

実装

適用対象