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)
101return _cachedDescription; 210if (_description == null && !String.IsNullOrEmpty(_cachedDescription)) { 213writer.AddAttribute(HtmlTextWriterAttribute.Content, _cachedDescription);