Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
switch( page.Property["PageTargetFrame"].Value.ToString() )
{
case "1":
return "_blank";
case "2":
return "_top";
default:
return "_self";
}
Hope this helps.