Android.Provider.Browser.ExtraCreateNewTab Field
Boolean extra passed along with an Intent to a browser, specifying that a new tab be created.

Syntax

[Android.Runtime.Register("EXTRA_CREATE_NEW_TAB")]
public const string ExtraCreateNewTab

Remarks

Boolean extra passed along with an Intent to a browser, specifying that a new tab be created. Overrides EXTRA_APPLICATION_ID; if both are set, a new tab will be used, rather than using the same one.

[Android Documentation]

Requirements

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