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
- documentsequencetextview.cs
- DataGridViewSortCompareEventArgs.cs
- DiscoveryInnerClientAdhocCD1.cs
- DiscoveryRequestHandler.cs
- UnsafeNativeMethods.cs
- Regex.cs
- StreamUpgradeBindingElement.cs
- Solver.cs
- GlobalId.cs
- StandardCommands.cs
- StylusPointPropertyInfoDefaults.cs
- SkipStoryboardToFill.cs
- X509RawDataKeyIdentifierClause.cs
- CompositeFontParser.cs
- TextComposition.cs
- QilName.cs
- SynchronizationContext.cs
- LinqDataSourceContextEventArgs.cs
- EntryPointNotFoundException.cs
- ErrorTableItemStyle.cs
- IssuedTokenClientCredential.cs
- _SSPISessionCache.cs
- CompositeTypefaceMetrics.cs
- BoolExpression.cs
- TypeLibConverter.cs
- FontStretch.cs
- HwndMouseInputProvider.cs
- EUCJPEncoding.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- ConnectionsZoneDesigner.cs
- XmlObjectSerializerReadContextComplexJson.cs
- METAHEADER.cs
- CompiledRegexRunnerFactory.cs
- ExpanderAutomationPeer.cs
- ProfileInfo.cs
- AnnotationAuthorChangedEventArgs.cs
- HwndMouseInputProvider.cs
- ParseHttpDate.cs
- RegexWriter.cs
- SystemNetHelpers.cs
- MenuItemCollectionEditor.cs
- ProviderException.cs
- TrustSection.cs
- COM2EnumConverter.cs
- IdentityNotMappedException.cs
- VirtualizingStackPanel.cs
- EntityWrapperFactory.cs
- TableDesigner.cs
- OleDbErrorCollection.cs
- TableDetailsRow.cs
- StrongTypingException.cs
- BinHexDecoder.cs
- XmlAttributeProperties.cs
- InvalidCommandTreeException.cs
- DataGridViewUtilities.cs
- UpdateDelegates.Generated.cs
- _NestedMultipleAsyncResult.cs
- ResXDataNode.cs
- GenerateHelper.cs
- Aggregates.cs
- OutputCacheModule.cs
- TempFiles.cs
- ExeContext.cs
- FtpCachePolicyElement.cs
- DesignerTransaction.cs
- RightsManagementEncryptedStream.cs
- XslTransformFileEditor.cs
- AsyncPostBackTrigger.cs
- OdbcCommandBuilder.cs
- ParameterBinding.cs
- RoutedEventHandlerInfo.cs
- StringArrayEditor.cs
- SignatureDescription.cs
- AccessedThroughPropertyAttribute.cs
- COSERVERINFO.cs
- CodeEntryPointMethod.cs
- EntityDataSourceSelectedEventArgs.cs
- DependencyObjectType.cs
- ControlCollection.cs
- UpdateProgress.cs
- StickyNote.cs
- BindUriHelper.cs
- ObjectDataSourceEventArgs.cs
- WindowsListViewGroup.cs
- PageWrapper.cs
- WpfKnownMemberInvoker.cs
- Accessors.cs
- WebRequestModulesSection.cs
- Stack.cs
- SystemDropShadowChrome.cs
- KeyValueConfigurationCollection.cs
- PointCollection.cs
- StructuredProperty.cs
- LongValidator.cs
- TempFiles.cs
- KnownBoxes.cs
- securitymgrsite.cs
- MessageSmuggler.cs
- DependencyObject.cs
- UIElement.cs