Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / xsp / System / Web / UI / UserControlParser.cs / 1 / UserControlParser.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Implements the ASP.NET template parser * * Copyright (c) 1998 Microsoft Corporation */ namespace System.Web.UI { using System; using System.Collections; using System.IO; using System.Security; using System.Security.Permissions; using System.Web.Compilation; using System.Globalization; using System.Web.Caching; /* * Parser for declarative controls */ internal class UserControlParser : TemplateControlParser { private bool _fSharedPartialCaching; internal bool FSharedPartialCaching { get { return _fSharedPartialCaching ; } } // Get default settings from config internal override void ProcessConfigSettings() { base.ProcessConfigSettings(); ApplyBaseType(); } // Get the default baseType from PagesConfig. internal virtual void ApplyBaseType() { if (PagesConfig != null) { if (PagesConfig.UserControlBaseTypeInternal != null) BaseType = PagesConfig.UserControlBaseTypeInternal; } } internal override Type DefaultBaseType { get { return typeof(System.Web.UI.UserControl); } } internal const string defaultDirectiveName = "control"; internal override string DefaultDirectiveName { get { return defaultDirectiveName; } } internal override Type DefaultFileLevelBuilderType { get { return typeof(FileLevelUserControlBuilder); } } internal override RootBuilder CreateDefaultFileLevelBuilder() { return new FileLevelUserControlBuilder(); } /* * Process the contents of the <%@ OutputCache ... %> directive */ internal override void ProcessOutputCacheDirective(string directiveName, IDictionary directive) { string sqlDependency; Util.GetAndRemoveBooleanAttribute(directive, "shared", ref _fSharedPartialCaching); sqlDependency = Util.GetAndRemoveNonEmptyAttribute(directive, "sqldependency"); if (sqlDependency != null) { // Validate the sqldependency attribute SqlCacheDependency.ValidateOutputCacheDependencyString(sqlDependency, false); OutputCacheParameters.SqlDependency = sqlDependency; } base.ProcessOutputCacheDirective(directiveName, directive); } internal override bool FVaryByParamsRequiredOnOutputCache { get { return OutputCacheParameters.VaryByControl == null; } } internal override string UnknownOutputCacheAttributeError { get { return SR.Attr_not_supported_in_ucdirective; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- /* * Implements the ASP.NET template parser * * Copyright (c) 1998 Microsoft Corporation */ namespace System.Web.UI { using System; using System.Collections; using System.IO; using System.Security; using System.Security.Permissions; using System.Web.Compilation; using System.Globalization; using System.Web.Caching; /* * Parser for declarative controls */ internal class UserControlParser : TemplateControlParser { private bool _fSharedPartialCaching; internal bool FSharedPartialCaching { get { return _fSharedPartialCaching ; } } // Get default settings from config internal override void ProcessConfigSettings() { base.ProcessConfigSettings(); ApplyBaseType(); } // Get the default baseType from PagesConfig. internal virtual void ApplyBaseType() { if (PagesConfig != null) { if (PagesConfig.UserControlBaseTypeInternal != null) BaseType = PagesConfig.UserControlBaseTypeInternal; } } internal override Type DefaultBaseType { get { return typeof(System.Web.UI.UserControl); } } internal const string defaultDirectiveName = "control"; internal override string DefaultDirectiveName { get { return defaultDirectiveName; } } internal override Type DefaultFileLevelBuilderType { get { return typeof(FileLevelUserControlBuilder); } } internal override RootBuilder CreateDefaultFileLevelBuilder() { return new FileLevelUserControlBuilder(); } /* * Process the contents of the <%@ OutputCache ... %> directive */ internal override void ProcessOutputCacheDirective(string directiveName, IDictionary directive) { string sqlDependency; Util.GetAndRemoveBooleanAttribute(directive, "shared", ref _fSharedPartialCaching); sqlDependency = Util.GetAndRemoveNonEmptyAttribute(directive, "sqldependency"); if (sqlDependency != null) { // Validate the sqldependency attribute SqlCacheDependency.ValidateOutputCacheDependencyString(sqlDependency, false); OutputCacheParameters.SqlDependency = sqlDependency; } base.ProcessOutputCacheDirective(directiveName, directive); } internal override bool FVaryByParamsRequiredOnOutputCache { get { return OutputCacheParameters.VaryByControl == null; } } internal override string UnknownOutputCacheAttributeError { get { return SR.Attr_not_supported_in_ucdirective; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InstancePersistenceException.cs
- ToolStripItemCollection.cs
- WindowsFormsHelpers.cs
- HttpModuleAction.cs
- CompareInfo.cs
- XmlSignificantWhitespace.cs
- Opcode.cs
- WindowsStartMenu.cs
- RuleProcessor.cs
- DrawingContextFlattener.cs
- FormClosingEvent.cs
- SqlNotificationEventArgs.cs
- XmlQualifiedName.cs
- ColorInterpolationModeValidation.cs
- SocketElement.cs
- XDRSchema.cs
- StreamingContext.cs
- WebSysDescriptionAttribute.cs
- TypographyProperties.cs
- DataGridCaption.cs
- UserControl.cs
- KeyConverter.cs
- NetworkCredential.cs
- AuthenticateEventArgs.cs
- DateTimeOffsetStorage.cs
- CodeConditionStatement.cs
- EmptyStringExpandableObjectConverter.cs
- PersonalizationProviderCollection.cs
- GroupBoxAutomationPeer.cs
- DataGridViewCellStyleConverter.cs
- TraceRecord.cs
- SizeChangedEventArgs.cs
- ParameterBuilder.cs
- CodeStatementCollection.cs
- ListItemCollection.cs
- UniqueCodeIdentifierScope.cs
- InputScopeAttribute.cs
- SymbolType.cs
- WebControlAdapter.cs
- SafeCoTaskMem.cs
- Condition.cs
- ClrPerspective.cs
- Camera.cs
- CharEntityEncoderFallback.cs
- nulltextcontainer.cs
- OracleCommandSet.cs
- StaticContext.cs
- FormsAuthenticationUserCollection.cs
- DataContractSerializerOperationBehavior.cs
- FacetDescription.cs
- X509Extension.cs
- ObservableDictionary.cs
- Exception.cs
- DynamicObjectAccessor.cs
- TextParaLineResult.cs
- SHA1CryptoServiceProvider.cs
- ChannelDemuxer.cs
- SimpleHandlerFactory.cs
- ExpressionPrefixAttribute.cs
- GradientBrush.cs
- DBSqlParserColumnCollection.cs
- Selection.cs
- InheritedPropertyChangedEventArgs.cs
- TableLayoutSettings.cs
- StrokeNodeOperations2.cs
- XmlObjectSerializerReadContextComplexJson.cs
- InfiniteIntConverter.cs
- CacheHelper.cs
- SelfIssuedTokenFactoryCredential.cs
- CodeNamespaceCollection.cs
- SubclassTypeValidatorAttribute.cs
- ValidationHelper.cs
- ViewCellSlot.cs
- JournalEntryListConverter.cs
- COM2FontConverter.cs
- localization.cs
- MultiByteCodec.cs
- MachineKeySection.cs
- BamlLocalizableResourceKey.cs
- PeerObject.cs
- DefaultSerializationProviderAttribute.cs
- MemberAssignment.cs
- TagPrefixAttribute.cs
- SqlProvider.cs
- EditorPartCollection.cs
- AsymmetricKeyExchangeFormatter.cs
- CodeSubDirectory.cs
- DocumentCollection.cs
- SecurityResources.cs
- ButtonRenderer.cs
- XmlDictionary.cs
- XslTransform.cs
- BuildProvidersCompiler.cs
- AutomationEventArgs.cs
- EventToken.cs
- SessionStateItemCollection.cs
- MenuRenderer.cs
- WorkflowServiceOperationListItem.cs
- ObjectParameter.cs
- ProfileEventArgs.cs