System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue constructor
EntityTagHeaderValue::EntityTagHeaderValue(String) constructor
Constructs a new instance.
System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag)
| Parameter | Type | Description | 
|---|---|---|
| tag | String | A string representation of an EntityTagHeaderValue-class instance. | 
See Also
- Class String
- Class EntityTagHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PDF for C++
EntityTagHeaderValue::EntityTagHeaderValue(String, bool) constructor
Constructs a new instance.
System::Net::Http::Headers::EntityTagHeaderValue::EntityTagHeaderValue(String tag, bool isWeak)
| Parameter | Type | Description | 
|---|---|---|
| tag | String | A string representation of an EntityTagHeaderValue-class instance. | 
| isWeak | bool | A value that indicates if the current instance is a weak validator. | 
See Also
- Class String
- Class EntityTagHeaderValue
- Namespace System::Net::Http::Headers
- Library Aspose.PDF for C++