Java.Net.IContentHandlerFactory.CreateContentHandler Method
Creates a content handler to handle contentType.

Syntax

[Android.Runtime.Register("createContentHandler", "(Ljava/lang/String;)Ljava/net/ContentHandler;", "GetCreateContentHandler_Ljava_lang_String_Handler:Java.Net.IContentHandlerFactoryInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public ContentHandler CreateContentHandler (string contentType)

Parameters

contentType
specifies the content type which is handled by the returned ContentHandler.

Returns

Documentation for this section has not yet been entered.

Remarks

Creates a content handler to handle contentType.

[Android Documentation]

Requirements

Namespace: Java.Net
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1