HttpHeaderValueCollection<T>.TryParseAdd(String) Yöntem

Tanım

Girişin ayrıştırılıp öğesine eklenip eklenemeyeceğini HttpHeaderValueCollection<T>belirler.

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

Parametreler

input
String

Doğrulanması gereken giriş.

Döndürülenler

trueinput ayrıştırılıp örneğe eklenebiliyorsaHttpHeaderValueCollection<T>; değilse, false.

Şunlara uygulanır