You are here: Ektron Namespace > Server Controls API > Ektron.Cms Namespace > Ektron.Cms.Controls Namespace > Classes > RssAggregator Class > RssAggregator Properties > LinkTarget
Ektron CMS400.NET API Documentation
ContentsIndexHome
PreviousUpNext
RssAggregator.LinkTarget Property

Gets or Sets the target window for the result. Choices are:

  • _blank - This target causes the link to always be loaded in a new blank window. This window is not named.
  • _self - This target causes the link to always load in the same window the anchor was clicked in. This is useful for overriding a globally assigned base target.
  • _parent - This target makes the link load in the immediate frameset parent of the document. This defaults to acting like “_self” if the document has no parent.
  • _top - This target makes the link load in the full body of the window. This defaults to acting like “_self” if the document is already at the top. It is useful for breaking out of an arbitrarily deep frame nesting.

C#
[ Bindable(true), Category("Ektron"), DefaultValue(ItemLinkTargets._self), Description("The target attribute of the link.") ]
[Personalizable(), WebBrowsable()]
public ItemLinkTargets LinkTarget;
Visual Basic
< Bindable(true), Category("Ektron"), DefaultValue(ItemLinkTargets._self), Description("The target attribute of the link.") >
<Personalizable(), WebBrowsable()>
Public Property LinkTarget() As ItemLinkTargets
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at [email protected].
Copyright (c) 2008. All rights reserved.
What do you think about this topic? Send feedback!