System.Net.Http.Headers.EntityTagHeaderValue public class EntityTagHeaderValue : ICloneable Documentation public static EntityTagHeaderValue Any { get; } public bool IsWeak { get; } public string Tag { get; } public EntityTagHeaderValue(string tag) public EntityTagHeaderValue(string tag, bool isWeak) public static EntityTagHeaderValue Parse(string input) public static bool TryParse(string input, out EntityTagHeaderValue parsedValue)