GeekDork.WebSkeleton Reference

IFramingProperties.SetupFrameChecking Method 

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

[Visual Basic]
Sub SetupFrameChecking( _
   ByVal pageName As String _
)
[C#]
void SetupFrameChecking(
   string pageName
);

Parameters

pageName
Page/URL to redirect the browser to on unframed pages.

See Also

IFramingProperties Interface | GeekDork.WebSkeleton Namespace | CheckParentFrame | ParentFramePage