EntityTagHeaderValue.Parse(String) 메서드

정의

문자열을 인스턴스로 EntityTagHeaderValue 변환합니다.

public:
 static System::Net::Http::Headers::EntityTagHeaderValue ^ Parse(System::String ^ input);
public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string input);
public static System.Net.Http.Headers.EntityTagHeaderValue Parse(string? input);
static member Parse : string -> System.Net.Http.Headers.EntityTagHeaderValue
Public Shared Function Parse (input As String) As EntityTagHeaderValue

매개 변수

input
String

엔터티 태그 헤더 값 정보를 나타내는 문자열입니다.

반품

인스턴스입니다 EntityTagHeaderValue .

예외

input 는 참조입니다 null .

input 가 유효한 엔터티 태그 헤더 값 정보가 아닌 경우

적용 대상