Click or drag to resize

OpenURLModelBrowserTarget Property

Defines how the URL open in the browser.

Namespace:  Livit.Learn.Model.Actions
Assembly:  Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntax
C#
public string BrowserTarget { get; set; }

Property Value

Type: String
Remarks

The BrowserTarget may be either of these values: _blank or _self or _parent or _top or framename.

See Also