EntityTagHeaderValue 생성자

정의

EntityTagHeaderValue 클래스의 새 인스턴스를 초기화합니다.

오버로드

EntityTagHeaderValue(String)

EntityTagHeaderValue 클래스의 새 인스턴스를 초기화합니다.

EntityTagHeaderValue(String, Boolean)

EntityTagHeaderValue 클래스의 새 인스턴스를 초기화합니다.

EntityTagHeaderValue(String)

EntityTagHeaderValue 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityTagHeaderValue(System::String ^ tag);
public EntityTagHeaderValue (string tag);
new System.Net.Http.Headers.EntityTagHeaderValue : string -> System.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String)

매개 변수

tag
String

EntityTagHeaderValue를 포함하는 문자열입니다.

적용 대상

EntityTagHeaderValue(String, Boolean)

EntityTagHeaderValue 클래스의 새 인스턴스를 초기화합니다.

public:
 EntityTagHeaderValue(System::String ^ tag, bool isWeak);
public EntityTagHeaderValue (string tag, bool isWeak);
new System.Net.Http.Headers.EntityTagHeaderValue : string * bool -> System.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String, isWeak As Boolean)

매개 변수

tag
String

EntityTagHeaderValue를 포함하는 문자열입니다.

isWeak
Boolean

이 엔터티 태그 헤더가 약한 유효성 검사기인지 여부를 나타내는 값입니다. 엔터티 태그 헤더가 약한 유효성 검사기이면 isWeaktrue로 설정해야 합니다. 엔터티 태그 헤더가 강한 유효성 검사기이면 isWeakfalse로 설정해야 합니다.

적용 대상