GeekDork.WebSkeleton Reference

IFramingProperties Members

IFramingProperties overview

Public Instance Properties

CheckParentFrame 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.
ParentFramePage The page/URL to redirect the browser to if the page is not already framed. CheckParentFrame must be set to true for this value to be useful.

Public Instance Methods

SetupFrameChecking Sets the ParentFramePage property to the value passed and sets CheckParentFrame to True.

See Also

IFramingProperties Interface | GeekDork.WebSkeleton Namespace