EntityTagHeaderValue.IsWeak Property

Definition

Gets whether the entity-tag is prefaced by a weakness indicator.

public:
 property bool IsWeak { bool get(); };
public bool IsWeak { get; }
member this.IsWeak : bool
Public ReadOnly Property IsWeak As Boolean

Property Value

true if the entity-tag is prefaced by a weakness indicator; otherwise, false.

Applies to