Dynamicweb 8 Documentation
Redirect Property (PageView)

Gets or sets a value indicating whether this PageView are allowed to do redirect.
Syntax
'Declaration
 
Public Property Redirect As Boolean
public bool Redirect {get; set;}

Property Value

true if redirect; otherwise, false.
Remarks
Use PageView.GetPageviewByPageID to get an instance that does not redirect.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PageView Class
PageView Members

Send Feedback