2 writes to _description
System.Web (2)
UI\HtmlControls\HtmlHead.cs (2)
150
_description
= meta;
187
_description
= null;
7 references to _description
System.Web (7)
UI\HtmlControls\HtmlHead.cs (7)
100
if (
_description
== null) {
104
return
_description
.Content;
107
if (
_description
== null) {
112
_description
.Content = value;
149
if (
_description
== null && string.Equals(meta.Name, "description", StringComparison.OrdinalIgnoreCase)) {
186
else if (control ==
_description
) {
210
if (
_description
== null && !String.IsNullOrEmpty(_cachedDescription)) {