1 write to _cachedDescription
System.Web (1)
UI\HtmlControls\HtmlHead.cs (1)
109
_cachedDescription
= value;
3 references to _cachedDescription
System.Web (3)
UI\HtmlControls\HtmlHead.cs (3)
101
return
_cachedDescription
;
210
if (_description == null && !String.IsNullOrEmpty(
_cachedDescription
)) {
213
writer.AddAttribute(HtmlTextWriterAttribute.Content,
_cachedDescription
);