EntityTagHeaderValue
EntityTagHeaderValue(StringSegment)
EntityTagHeaderValue(StringSegment, Boolean)
Any
IsWeak
Tag
Compare(EntityTagHeaderValue, Boolean)
Equals(Object)
GetHashCode()
Parse(StringSegment)
ParseList(IList<String>)
ParseStrictList(IList<String>)
ToString()
TryParse(StringSegment, EntityTagHeaderValue)
TryParseList(IList<String>, IList<EntityTagHeaderValue>)
TryParseStrictList(IList<String>, IList<EntityTagHeaderValue>)
net5.0
namespace Microsoft.Net.Http.Headers
{
public class EntityTagHeaderValue
{
public static bool TryParseStrictList(IList<string!>? inputs, [NotNullWhen(true)] out IList<EntityTagHeaderValue!>? parsedValues);
}
}
nuget.org | 0.0 % Reference this API |
---|---|
.NET | 5.06.07.08.09.010.0 |
.NET Core | 2.02.12.23.03.1 |
Information specific to net5.0 | |
Assembly | Microsoft.Net.Http.Headers , Version=5.0.0.0, PublicKeyToken=adb9793829ddae60 |
Referencing | Requires any:
|
Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API