Share via


CacheManager.CacheResult.ETag Property

Definition

Gets the entity tag of this cache entry.

public virtual string? ETag { [Android.Runtime.Register("getETag", "()Ljava/lang/String;", "GetGetETagHandler")] get; }
[<get: Android.Runtime.Register("getETag", "()Ljava/lang/String;", "GetGetETagHandler")>]
member this.ETag : string

Property Value

the entity tag of this cache entry

Attributes

Remarks

Gets the entity tag of this cache entry.

Java documentation for android.webkit.CacheManager.CacheResult.getETag().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to