Android.Content.Intent.ExtraHtmlText Field
A constant String that is associated with the Intent, used with Intent.ActionSend to supply an alternative to Intent.ExtraText as HTML formatted text.

Syntax

[Android.Runtime.Register("EXTRA_HTML_TEXT")]
public const string ExtraHtmlText

Remarks

A constant String that is associated with the Intent, used with Intent.ActionSend to supply an alternative to Intent.ExtraText as HTML formatted text. Note that you must also supply Intent.ExtraText.

[Android Documentation]

Requirements

Namespace: Android.Content
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16