WebResourceResponse.MimeType 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 resource response's MIME type. -or- Sets the resource response's MIME type, for example "text/html".
public virtual string? MimeType { [Android.Runtime.Register("getMimeType", "()Ljava/lang/String;", "GetGetMimeTypeHandler")] get; [Android.Runtime.Register("setMimeType", "(Ljava/lang/String;)V", "GetSetMimeType_Ljava_lang_String_Handler")] set; }
[<get: Android.Runtime.Register("getMimeType", "()Ljava/lang/String;", "GetGetMimeTypeHandler")>]
[<set: Android.Runtime.Register("setMimeType", "(Ljava/lang/String;)V", "GetSetMimeType_Ljava_lang_String_Handler")>]
member this.MimeType : string with get, set
Property Value
The resource response's MIME type
- Attributes
Remarks
Property getter documentation:
Gets the resource response's MIME type.
Java documentation for android.webkit.WebResourceResponse.getMimeType()
.
Property setter documentation:
Sets the resource response's MIME type, for example "text/html".
Java documentation for android.webkit.WebResourceResponse.setMimeType(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.