System.Windows.Forms.WebBrowser.AllowNavigation Property

Gets or sets a value indicating whether the control can navigate to another page after its initial page has been loaded.

Syntax

[System.ComponentModel.DefaultValue(true)]
public bool AllowNavigation { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property does not prevent you from loading an initial page by setting the WebBrowser.Url, WebBrowser.DocumentText or WebBrowser.DocumentStream property, but will prevent all subsequent navigation.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0