GeekDork.WebSkeleton Reference

IFramingProperties.CheckParentFrame Property

Gets or sets a value telling the WebSkeleton whether or not to draw the javascript that automatically checks for an unframed page. Set this value to true for a page that should be framed so it will check to see whether it is already in a frame or not. If not, then it will redirect the browser window to the page/URL specified by the ParentFramePage property.

[Visual Basic]
Property CheckParentFrame As Boolean
[C#]
bool CheckParentFrame {get; set;}

See Also

IFramingProperties Interface | GeekDork.WebSkeleton Namespace | ParentFramePage | SetupFrameChecking