A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our Systems Remain Fully Protected. Learn More.
switch( page.Property["PageTargetFrame"].Value.ToString() )
{
case "1":
return "_blank";
case "2":
return "_top";
default:
return "_self";
}
Hope this helps.