A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
<%#GetProperty(Container.DataItem,"WriterName")%>
code behind:
protected string GetProperty(Object page, string prop)
{
PageData oPage = page as PageData;
if (oPage == null)
return string.Empty;
return oPage.Property[prop].ToString();
}