CacheManager.CacheResult.ContentDisposition Property

Definition

Gets the value of the HTTP 'Content-Disposition' header with which this cache entry was received.

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

Property Value

the HTTP 'Content-Disposition' header for this cache entry

Attributes

Remarks

Gets the value of the HTTP 'Content-Disposition' header with which this cache entry was received.

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

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