HttpHeaders.Remove(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从 HttpHeaders 集合中移除指定的标头。
public:
bool Remove(System::String ^ name);
public bool Remove (string name);
member this.Remove : string -> bool
Public Function Remove (name As String) As Boolean
参数
- name
- String
要从集合中移除的标头名称。
返回
如果成功移除了 name
,则为 true
;否则为 false
。 如果在集合中HttpHeaders找不到 ,或者 item
如果 item
为 null
,则此方法也会返回 false
。