在我的 umbraco 网站上,我得到了这样的代码
var p = currentNode.GetProperty("ucc") as Property;
if (p != null && !string.IsNullOrEmpty(p.Value.Trim()))
mailCC = p.Value;
但它总是会抛出这样的错误
Value = 'p.Value' threw an exception of type 'System.NullReferenceException'
注意:我确定 P.Value 是注释 Null