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 / HttpConfigurationContext.cs / 1 / HttpConfigurationContext.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HttpConfigurationContext { private string vpath; ////// Property dictionary available to section handlers in /// web applications. /// ////// public string VirtualPath { get { return vpath; } } ////// Virtual path to the virtual directory containing web.config. /// This could be the virtual path to a file in the case of a /// section in <location path='file.aspx'>. /// ////// internal HttpConfigurationContext(string vpath) { this.vpath = vpath; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //Can only be created by ASP.NET Configuration System. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class HttpConfigurationContext { private string vpath; ////// Property dictionary available to section handlers in /// web applications. /// ////// public string VirtualPath { get { return vpath; } } ////// Virtual path to the virtual directory containing web.config. /// This could be the virtual path to a file in the case of a /// section in <location path='file.aspx'>. /// ////// internal HttpConfigurationContext(string vpath) { this.vpath = vpath; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.Can only be created by ASP.NET Configuration System. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- namescope.cs
- _PooledStream.cs
- TableLayoutStyleCollection.cs
- DataGridViewColumnCollectionDialog.cs
- SystemIcons.cs
- FunctionImportElement.cs
- PasswordRecovery.cs
- TextBox.cs
- ParseElementCollection.cs
- FigureHelper.cs
- PageParserFilter.cs
- UIPropertyMetadata.cs
- IncrementalReadDecoders.cs
- EnterpriseServicesHelper.cs
- StylusPointPropertyInfo.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- SplashScreen.cs
- MembershipUser.cs
- StreamGeometry.cs
- QuotaExceededException.cs
- CookieProtection.cs
- InertiaRotationBehavior.cs
- XmlDataSourceView.cs
- QilCloneVisitor.cs
- BindingList.cs
- KerberosTicketHashIdentifierClause.cs
- CommandHelper.cs
- DbConnectionPoolGroupProviderInfo.cs
- LoginView.cs
- PropertyInformation.cs
- ApplicationDirectoryMembershipCondition.cs
- SizeConverter.cs
- PersonalizableAttribute.cs
- SchemaName.cs
- RowUpdatedEventArgs.cs
- AxHostDesigner.cs
- Padding.cs
- Interop.cs
- WindowsImpersonationContext.cs
- SettingsSection.cs
- XmlQueryStaticData.cs
- DockAndAnchorLayout.cs
- ClientRolePrincipal.cs
- OdbcHandle.cs
- RootProfilePropertySettingsCollection.cs
- IPPacketInformation.cs
- Localizer.cs
- WindowsComboBox.cs
- HttpRequest.cs
- BuildProvidersCompiler.cs
- _SSPIWrapper.cs
- LinqDataSourceContextEventArgs.cs
- _SslSessionsCache.cs
- MatrixAnimationUsingKeyFrames.cs
- Exceptions.cs
- StreamReader.cs
- PropertyManager.cs
- MinimizableAttributeTypeConverter.cs
- ScriptRegistrationManager.cs
- TextEffect.cs
- CqlLexer.cs
- ProviderConnectionPointCollection.cs
- ImageList.cs
- SmtpClient.cs
- Viewport3DVisual.cs
- IpcManager.cs
- SqlExpander.cs
- ArraySubsetEnumerator.cs
- XPathChildIterator.cs
- CommonXSendMessage.cs
- ComUdtElement.cs
- AutomationIdentifierGuids.cs
- ScriptComponentDescriptor.cs
- ListItem.cs
- ValidatingPropertiesEventArgs.cs
- DataTable.cs
- Script.cs
- JournalNavigationScope.cs
- HttpValueCollection.cs
- ImageUrlEditor.cs
- XPathParser.cs
- Icon.cs
- DefaultTraceListener.cs
- XmlSchemaException.cs
- MimePart.cs
- Behavior.cs
- HitTestResult.cs
- RichTextBoxAutomationPeer.cs
- TemplateBuilder.cs
- Point.cs
- OutputScopeManager.cs
- BooleanFunctions.cs
- RealProxy.cs
- TickBar.cs
- EmptyReadOnlyDictionaryInternal.cs
- ColumnHeader.cs
- JsonReaderWriterFactory.cs
- OpCellTreeNode.cs
- BitmapMetadata.cs
- IntMinMaxAggregationOperator.cs