EntityTagHeaderValue Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Přetížení
| EntityTagHeaderValue(StringSegment) |
Inicializuje novou instanci EntityTagHeaderValue. |
| EntityTagHeaderValue(String) | |
| EntityTagHeaderValue(StringSegment, Boolean) |
Inicializuje novou instanci EntityTagHeaderValue. |
| EntityTagHeaderValue(String, Boolean) |
EntityTagHeaderValue(StringSegment)
Inicializuje novou instanci EntityTagHeaderValue.
public:
EntityTagHeaderValue(Microsoft::Extensions::Primitives::StringSegment tag);
public EntityTagHeaderValue (Microsoft.Extensions.Primitives.StringSegment tag);
new Microsoft.Net.Http.Headers.EntityTagHeaderValue : Microsoft.Extensions.Primitives.StringSegment -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As StringSegment)
Parametry
- tag
- StringSegment
A StringSegment obsahující EntityTagHeaderValuehodnotu .
Platí pro
EntityTagHeaderValue(String)
public:
EntityTagHeaderValue(System::String ^ tag);
public EntityTagHeaderValue (string tag);
new Microsoft.Net.Http.Headers.EntityTagHeaderValue : string -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String)
Parametry
- tag
- String
Platí pro
EntityTagHeaderValue(StringSegment, Boolean)
Inicializuje novou instanci EntityTagHeaderValue.
public:
EntityTagHeaderValue(Microsoft::Extensions::Primitives::StringSegment tag, bool isWeak);
public EntityTagHeaderValue (Microsoft.Extensions.Primitives.StringSegment tag, bool isWeak);
new Microsoft.Net.Http.Headers.EntityTagHeaderValue : Microsoft.Extensions.Primitives.StringSegment * bool -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As StringSegment, isWeak As Boolean)
Parametry
- tag
- StringSegment
A StringSegment obsahující EntityTagHeaderValuehodnotu .
- isWeak
- Boolean
Hodnota, která označuje, jestli je hlavička značky entity slabá validátor.
Platí pro
EntityTagHeaderValue(String, Boolean)
public:
EntityTagHeaderValue(System::String ^ tag, bool isWeak);
public EntityTagHeaderValue (string tag, bool isWeak);
new Microsoft.Net.Http.Headers.EntityTagHeaderValue : string * bool -> Microsoft.Net.Http.Headers.EntityTagHeaderValue
Public Sub New (tag As String, isWeak As Boolean)
Parametry
- tag
- String
- isWeak
- Boolean