HttpHeaderValueCollection<T>.TryParseAdd(String) 메서드

정의

입력이 구문 분석된 후 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

유효성을 검사할 항목입니다.

반환

trueinput 구문 분석하여 instance 추가할 HttpHeaderValueCollection<T> 수 있으면 이고, false그렇지 않으면 입니다.

적용 대상