Browser.ExtraHeaders Field
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.
The name of the extra data in the VIEW intent.
[Android.Runtime.Register("EXTRA_HEADERS")]
public const string ExtraHeaders;
[<Android.Runtime.Register("EXTRA_HEADERS")>]
val mutable ExtraHeaders : string
Field Value
- Attributes
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).
Java documentation for android.provider.Browser.EXTRA_HEADERS
.
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.