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
- DateBoldEvent.cs
- SqlMethodAttribute.cs
- CodeCommentStatement.cs
- SafePEFileHandle.cs
- ClipboardProcessor.cs
- SmiMetaData.cs
- CodeGotoStatement.cs
- StaticSiteMapProvider.cs
- DrawingCollection.cs
- CommonGetThemePartSize.cs
- GifBitmapEncoder.cs
- DeploymentSection.cs
- DataGridViewIntLinkedList.cs
- infer.cs
- PolyLineSegmentFigureLogic.cs
- XmlNamespaceManager.cs
- XmlEncoding.cs
- SystemWebExtensionsSectionGroup.cs
- PropertyChange.cs
- codemethodreferenceexpression.cs
- Queue.cs
- SafeBitVector32.cs
- ContextItemManager.cs
- JsonFaultDetail.cs
- WSSecurityOneDotZeroSendSecurityHeader.cs
- EFTableProvider.cs
- HashJoinQueryOperatorEnumerator.cs
- DataServiceEntityAttribute.cs
- RightsManagementEncryptedStream.cs
- ColorContext.cs
- XmlDataSourceDesigner.cs
- OleDbPermission.cs
- CompositeDispatchFormatter.cs
- NotSupportedException.cs
- ShimAsPublicXamlType.cs
- ObservableCollection.cs
- RequestCacheEntry.cs
- WorkflowItemPresenter.cs
- PropertyInfoSet.cs
- DeferrableContent.cs
- HtmlAnchor.cs
- SchemaAttDef.cs
- FixUpCollection.cs
- DataGridViewAccessibleObject.cs
- CodeMethodInvokeExpression.cs
- DesignTimeVisibleAttribute.cs
- XamlInt32CollectionSerializer.cs
- DurableEnlistmentState.cs
- UnsupportedPolicyOptionsException.cs
- SignatureResourceHelper.cs
- RayHitTestParameters.cs
- ValidationRuleCollection.cs
- _ConnectStream.cs
- XmlRawWriter.cs
- Int64Converter.cs
- NotifyParentPropertyAttribute.cs
- CookielessHelper.cs
- StartUpEventArgs.cs
- ClockController.cs
- StrokeRenderer.cs
- ProfilePropertyNameValidator.cs
- GridSplitter.cs
- AlignmentXValidation.cs
- SerializerProvider.cs
- TextRangeAdaptor.cs
- ListViewDeletedEventArgs.cs
- SimpleHandlerBuildProvider.cs
- FormsAuthentication.cs
- ProgressPage.cs
- BinaryNode.cs
- Flattener.cs
- AncillaryOps.cs
- ProcessHostFactoryHelper.cs
- Int64.cs
- TraceSection.cs
- IndexedString.cs
- XmlSchemaIdentityConstraint.cs
- DetailsViewRow.cs
- PageSetupDialog.cs
- BufferModesCollection.cs
- PreviewPageInfo.cs
- ScriptMethodAttribute.cs
- AssemblySettingAttributes.cs
- ComMethodElement.cs
- CommandTreeTypeHelper.cs
- TextReturnReader.cs
- PtsCache.cs
- EndpointAddress.cs
- Stroke2.cs
- FormsAuthenticationModule.cs
- Sql8ConformanceChecker.cs
- Vector3D.cs
- OneOfConst.cs
- ComboBox.cs
- DataListItemCollection.cs
- HttpResponse.cs
- FlowDocument.cs
- AuthenticationModuleElement.cs
- SemanticBasicElement.cs
- Gdiplus.cs