13 references to GetAndRemoveNonEmptyAttribute
System.Web (13)
UI\PageParser.cs (3)
648
varyByContentEncoding = Util.
GetAndRemoveNonEmptyAttribute
(directive, "varybycontentencoding");
653
varyByHeader = Util.
GetAndRemoveNonEmptyAttribute
(directive, "varybyheader");
664
sqlDependency = Util.
GetAndRemoveNonEmptyAttribute
(directive, "sqldependency");
UI\SimpleWebHandlerParser.cs (3)
322
string compilerOptions = Util.
GetAndRemoveNonEmptyAttribute
(
356
string language = Util.
GetAndRemoveNonEmptyAttribute
(directive, "language");
376
string assemblyName = Util.
GetAndRemoveNonEmptyAttribute
(directive, "name");
UI\TemplateControlParser.cs (4)
330
outputCacheProfile = Util.
GetAndRemoveNonEmptyAttribute
(directive, "cacheProfile");
339
varyByCustom = Util.
GetAndRemoveNonEmptyAttribute
(directive, "varybycustom");
344
varyByControls = Util.
GetAndRemoveNonEmptyAttribute
(directive, "varybycontrol");
349
varyByParams = Util.
GetAndRemoveNonEmptyAttribute
(directive, "varybyparam");
UI\TemplateParser.cs (1)
1780
string assemblyName = Util.
GetAndRemoveNonEmptyAttribute
(directive, "name");
UI\UserControlParser.cs (2)
79
_provider = Util.
GetAndRemoveNonEmptyAttribute
(directive, "providerName");
85
sqlDependency = Util.
GetAndRemoveNonEmptyAttribute
(directive, "sqldependency");