OpenURLModelBrowserTarget Property
|
Defines how the URL open in the browser.
Namespace:
Livit.Learn.Model.ActionsAssembly:
Livit.Learn.Model (in Livit.Learn.Model.dll) Version: 0.0.0.0
Syntaxpublic 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