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