다음을 통해 공유


CacheControlHeaderValue.Parse(String) 메서드

정의

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

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

매개 변수

input
String

캐시 제어 헤더 값 정보를 나타내는 문자열입니다.

반환

CacheControlHeaderValue 인스턴스입니다.

예외

inputnull 참조인 경우

input이 올바른 cache-control 헤더 값 정보가 아닌 경우

적용 대상