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 / Configuration / WebContext.cs / 1 / WebContext.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Security.Permissions; // WebContext // // Represents the WebContext that we are running within // [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class WebContext { private WebApplicationLevel _pathLevel; private string _site; private string _applicationPath; private string _path; private string _locationSubPath; private string _appConfigPath; // Constructor // // public WebContext( WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath, string appConfigPath ) { _pathLevel = pathLevel; _site = site; _applicationPath = applicationPath; _path = path; _locationSubPath = locationSubPath; _appConfigPath = appConfigPath; } // // Retrieve the WebApplicationLevel we are being evaluated at // public WebApplicationLevel ApplicationLevel { get { return _pathLevel; } } // Site // // What is the name of the Site we are in? // public string Site { get { return _site; } } // ApplicationPath // // What is the Application Path for the Application we are // being evaluated in // // Return Values: // null - There is no application (ie. machine.config) // path - The path of our application // public string ApplicationPath { get { return _applicationPath; } } // Path // // What is the virtual path that we are being evaluated at? // public string Path { get { return _path; } } // LocationSubPath // // What is the location sub path that we are being evaluated for? // This will the same as the value inside the location tag // in the config file // // Return Values: // null - no associated location sub path. // (This is still the case for ".", "" and it not being // specified in the xml file) // string - The location path from the config file, after // normalization // public string LocationSubPath { get { return _locationSubPath; } } // WOS 1955773: (Perf) 4,000 location sections in web.config file degrades working set // Hack: this is the only way to get this to System.Configuration.BaseConfigurationRecord without introducing a new public API. public override string ToString() { return _appConfigPath; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System; using System.Configuration; using System.Security.Permissions; // WebContext // // Represents the WebContext that we are running within // [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class WebContext { private WebApplicationLevel _pathLevel; private string _site; private string _applicationPath; private string _path; private string _locationSubPath; private string _appConfigPath; // Constructor // // public WebContext( WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath, string appConfigPath ) { _pathLevel = pathLevel; _site = site; _applicationPath = applicationPath; _path = path; _locationSubPath = locationSubPath; _appConfigPath = appConfigPath; } // // Retrieve the WebApplicationLevel we are being evaluated at // public WebApplicationLevel ApplicationLevel { get { return _pathLevel; } } // Site // // What is the name of the Site we are in? // public string Site { get { return _site; } } // ApplicationPath // // What is the Application Path for the Application we are // being evaluated in // // Return Values: // null - There is no application (ie. machine.config) // path - The path of our application // public string ApplicationPath { get { return _applicationPath; } } // Path // // What is the virtual path that we are being evaluated at? // public string Path { get { return _path; } } // LocationSubPath // // What is the location sub path that we are being evaluated for? // This will the same as the value inside the location tag // in the config file // // Return Values: // null - no associated location sub path. // (This is still the case for ".", "" and it not being // specified in the xml file) // string - The location path from the config file, after // normalization // public string LocationSubPath { get { return _locationSubPath; } } // WOS 1955773: (Perf) 4,000 location sections in web.config file degrades working set // Hack: this is the only way to get this to System.Configuration.BaseConfigurationRecord without introducing a new public API. public override string ToString() { return _appConfigPath; } } } // 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
- ChannelSinkStacks.cs
- ToolStripContainer.cs
- CachedCompositeFamily.cs
- DataGridTextBoxColumn.cs
- FlowNode.cs
- SocketPermission.cs
- AsymmetricCryptoHandle.cs
- PathData.cs
- BoundColumn.cs
- SpecialNameAttribute.cs
- BindingList.cs
- XmlEncodedRawTextWriter.cs
- EntityPropertyMappingAttribute.cs
- _ShellExpression.cs
- SvcMapFileSerializer.cs
- fixedPageContentExtractor.cs
- EntityPropertyMappingAttribute.cs
- UpdatableWrapper.cs
- RelationshipEnd.cs
- Hex.cs
- DataBinding.cs
- DynamicDataRouteHandler.cs
- EntityDataSourceQueryBuilder.cs
- Bezier.cs
- RegexCapture.cs
- WindowsPrincipal.cs
- ThreadInterruptedException.cs
- ProfileGroupSettingsCollection.cs
- ListViewInsertedEventArgs.cs
- ContentPresenter.cs
- SmiGettersStream.cs
- FamilyMap.cs
- ByteViewer.cs
- InternalMappingException.cs
- X509Certificate2Collection.cs
- ContractDescription.cs
- Compilation.cs
- MonikerUtility.cs
- SqlRowUpdatingEvent.cs
- Image.cs
- Pen.cs
- ClientSettingsProvider.cs
- TimeoutValidationAttribute.cs
- CollectionType.cs
- URLMembershipCondition.cs
- SerialStream.cs
- NonPrimarySelectionGlyph.cs
- FileStream.cs
- XmlConvert.cs
- XmlCodeExporter.cs
- Compiler.cs
- StructuredType.cs
- ImageKeyConverter.cs
- UIElementCollection.cs
- SafeBuffer.cs
- BamlCollectionHolder.cs
- BuildDependencySet.cs
- WebCategoryAttribute.cs
- SQLInt64.cs
- ParentQuery.cs
- SafeMILHandleMemoryPressure.cs
- DataGridViewCheckBoxCell.cs
- AutomationAttributeInfo.cs
- Baml6ConstructorInfo.cs
- ScrollViewer.cs
- ExpressionsCollectionEditor.cs
- SHA1.cs
- LogWriteRestartAreaAsyncResult.cs
- contentDescriptor.cs
- XpsResourceDictionary.cs
- ToolStripOverflow.cs
- DbParameterCollection.cs
- HMACMD5.cs
- VerificationException.cs
- StringComparer.cs
- NumericUpDownAcceleration.cs
- SpellerError.cs
- OleDbPermission.cs
- InitializationEventAttribute.cs
- DataGridViewRow.cs
- LinqDataSourceSelectEventArgs.cs
- TraceUtility.cs
- Command.cs
- CodeMethodInvokeExpression.cs
- ReflectionUtil.cs
- StorageTypeMapping.cs
- DecoderFallbackWithFailureFlag.cs
- SignalGate.cs
- EndpointDiscoveryMetadata11.cs
- HtmlInputFile.cs
- TypedElement.cs
- Mappings.cs
- DataGridViewCellParsingEventArgs.cs
- CheckBoxRenderer.cs
- XmlHierarchicalDataSourceView.cs
- NameTable.cs
- UrlPath.cs
- WorkflowHostingResponseContext.cs
- StringPropertyBuilder.cs
- XmlILAnnotation.cs