Android.Provider.Browser.ExtraHeaders Field
The name of the extra data in the VIEW intent.

Syntax

[Android.Runtime.Register("EXTRA_HEADERS")]
public const string ExtraHeaders

Remarks

The name of the extra data in the VIEW intent. The data are key/value pairs in the format of Bundle. They will be sent in the HTTP request headers for the provided url. The keys can't be the standard HTTP headers as they are set by the WebView. The url's schema must be http(s).

[Android Documentation]

Requirements

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