CacheManager.CacheResult.Encoding Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the encoding of this cache entry. -or- Sets the encoding of this cache entry.
public virtual string? Encoding { [Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler")] get; [Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getEncoding", "()Ljava/lang/String;", "GetGetEncodingHandler")>]
[<set: Android.Runtime.Register("setEncoding", "(Ljava/lang/String;)V", "GetSetEncoding_Ljava_lang_String_Handler")>]
member this.Encoding : string with get, set
Property Value
the encoding of this cache entry
- Attributes
Remarks
Property getter documentation:
Gets the encoding of this cache entry.
Java documentation for android.webkit.CacheManager.CacheResult.getEncoding()
.
Property setter documentation:
Sets the encoding of this cache entry.
Java documentation for android.webkit.CacheManager.CacheResult.setEncoding(java.lang.String)
.
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.