Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ExecutedRoutedEventArgs.cs
- BitConverter.cs
- ResourceReferenceExpression.cs
- ConfigurationLocationCollection.cs
- IpcClientChannel.cs
- CompensatableTransactionScopeActivity.cs
- IPAddress.cs
- WebConfigurationManager.cs
- EdmSchemaError.cs
- MD5CryptoServiceProvider.cs
- KnownTypesProvider.cs
- XsltLibrary.cs
- GeometryHitTestResult.cs
- CaseInsensitiveComparer.cs
- RequestResponse.cs
- StateChangeEvent.cs
- translator.cs
- SizeLimitedCache.cs
- WeakEventTable.cs
- _StreamFramer.cs
- DataIdProcessor.cs
- WebConfigurationManager.cs
- cryptoapiTransform.cs
- MembershipSection.cs
- ComboBoxDesigner.cs
- Decoder.cs
- TableRow.cs
- KeyManager.cs
- ProtocolsConfigurationEntry.cs
- TailPinnedEventArgs.cs
- PeerMessageDispatcher.cs
- HttpRuntime.cs
- Activation.cs
- util.cs
- SpStreamWrapper.cs
- WinFormsUtils.cs
- RemoteCryptoTokenProvider.cs
- EventBindingService.cs
- GraphicsContext.cs
- FileSystemWatcher.cs
- _NetRes.cs
- TransformFinalBlockRequest.cs
- SafeThreadHandle.cs
- TripleDES.cs
- BatchServiceHost.cs
- GPRECT.cs
- IfJoinedCondition.cs
- ExpressionList.cs
- GridViewEditEventArgs.cs
- SafeHandle.cs
- DesignTimeTemplateParser.cs
- WindowsBrush.cs
- StringSorter.cs
- ellipse.cs
- PackagingUtilities.cs
- NamespaceQuery.cs
- Page.cs
- DSASignatureFormatter.cs
- ElementUtil.cs
- DataGridViewColumnStateChangedEventArgs.cs
- TreeViewItem.cs
- GrabHandleGlyph.cs
- EventDescriptorCollection.cs
- QuaternionKeyFrameCollection.cs
- TreeBuilderXamlTranslator.cs
- ExtensionSimplifierMarkupObject.cs
- AttributeProviderAttribute.cs
- GroupStyle.cs
- ArrayList.cs
- PeerObject.cs
- InfiniteIntConverter.cs
- Run.cs
- CategoryAttribute.cs
- ManipulationPivot.cs
- PositiveTimeSpanValidatorAttribute.cs
- CompositionTarget.cs
- PageBuildProvider.cs
- TransactionWaitAsyncResult.cs
- CallbackValidator.cs
- Array.cs
- BaseCodePageEncoding.cs
- Expressions.cs
- WorkflowQueueInfo.cs
- TypeConstant.cs
- LogicalExpr.cs
- CounterCreationData.cs
- XmlAttributes.cs
- InputProcessorProfilesLoader.cs
- CompilerErrorCollection.cs
- HttpModuleAction.cs
- OutKeywords.cs
- XmlSchemaAny.cs
- ProfileInfo.cs
- ObjectDataSourceStatusEventArgs.cs
- TableHeaderCell.cs
- DockPatternIdentifiers.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- BindingCompleteEventArgs.cs
- SecurityContext.cs
- CompiledIdentityConstraint.cs