HttpHeaderValueCollection<T>.TryParseAdd(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否可以剖析輸入並加入到 HttpHeaderValueCollection<T>。
public:
bool TryParseAdd(System::String ^ input);
public bool TryParseAdd (string input);
public bool TryParseAdd (string? input);
member this.TryParseAdd : string -> bool
Public Function TryParseAdd (input As String) As Boolean
參數
- input
- String
要驗證的項目。
傳回
true
input
如果 可以剖析並新增至 實體,則為 HttpHeaderValueCollection<T> ,否則為 false
。