EntityTagHeaderValue Constructor (String)
Initializes a new instance of the EntityTagHeaderValue class.
Namespace: System.Net.Http.Headers
Assembly: System.Net.Http (in System.Net.Http.dll)
Syntax
'Declaration
Public Sub New ( _
tag As String _
)
'Usage
Dim tag As String
Dim instance As New EntityTagHeaderValue(tag)
public EntityTagHeaderValue(
string tag
)
public:
EntityTagHeaderValue(
String^ tag
)
new :
tag:string -> EntityTagHeaderValue
public function EntityTagHeaderValue(
tag : String
)
Parameters
- tag
Type: System.String