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.
PropertyLongString mainBody = (PropertyLongString)CurrentPage.Property["MainBody"];
string strMainBody = CurrentPage["MainBody"].ToString(); string ImageRegEx = "
";
Match m = Regex.Match(strMainBody, ImageRegEx);
Label1.Text = "Label" + m.ToString();
Thanks. Victor