HttpHeadersNonValidated.Contains(String) 方法

定义

获取集合是否包含指定的标头。

public:
 bool Contains(System::String ^ headerName);
public bool Contains (string headerName);
member this.Contains : string -> bool
Public Function Contains (headerName As String) As Boolean

参数

headerName
String

标头的名称。

返回

true 如果集合包含 标头,则为 ;否则为 false

适用于