Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DropTarget.cs
- DoubleCollection.cs
- OleDbConnectionFactory.cs
- CodeChecksumPragma.cs
- CmsInterop.cs
- RootAction.cs
- DbCommandDefinition.cs
- ArrangedElement.cs
- ListManagerBindingsCollection.cs
- Style.cs
- SymLanguageType.cs
- Brush.cs
- XmlBinaryReader.cs
- SmtpNegotiateAuthenticationModule.cs
- SectionInformation.cs
- UnsafeNativeMethods.cs
- ClonableStack.cs
- SystemIcmpV6Statistics.cs
- PageEventArgs.cs
- SizeChangedEventArgs.cs
- BaseParser.cs
- DataBoundControlHelper.cs
- EnlistmentTraceIdentifier.cs
- KeySplineConverter.cs
- JsonReaderDelegator.cs
- SqlDependencyUtils.cs
- TextDecoration.cs
- RegexStringValidatorAttribute.cs
- Stream.cs
- ToolStripItemImageRenderEventArgs.cs
- HintTextMaxWidthConverter.cs
- EntityViewGenerationConstants.cs
- ThemeableAttribute.cs
- Tuple.cs
- DataSourceGeneratorException.cs
- SwitchLevelAttribute.cs
- EnumerableCollectionView.cs
- PropertyIDSet.cs
- ProxySimple.cs
- MediaPlayer.cs
- BmpBitmapEncoder.cs
- AssociationSetMetadata.cs
- PropertyTab.cs
- CodeAttachEventStatement.cs
- OperationCanceledException.cs
- ControlParser.cs
- PropertyDescriptor.cs
- DetailsViewUpdatedEventArgs.cs
- XamlReaderHelper.cs
- DataGridItemEventArgs.cs
- SystemFonts.cs
- TextRangeBase.cs
- SizeF.cs
- TouchPoint.cs
- RawAppCommandInputReport.cs
- XmlTextReaderImpl.cs
- NameService.cs
- TrackingExtract.cs
- DrawingAttributes.cs
- EntityProviderFactory.cs
- SafeProcessHandle.cs
- X500Name.cs
- ViewBase.cs
- WCFModelStrings.Designer.cs
- EditorZoneBase.cs
- Int16KeyFrameCollection.cs
- WebPartsPersonalization.cs
- SmiEventStream.cs
- CheckBoxPopupAdapter.cs
- KeysConverter.cs
- RegexStringValidatorAttribute.cs
- EndpointPerformanceCounters.cs
- HttpModuleAction.cs
- StringFunctions.cs
- WebPartAuthorizationEventArgs.cs
- EmbeddedObject.cs
- DriveInfo.cs
- panel.cs
- SelectionProcessor.cs
- BaseCodeDomTreeGenerator.cs
- FileLogRecordEnumerator.cs
- ProgressBarAutomationPeer.cs
- StringResourceManager.cs
- HwndKeyboardInputProvider.cs
- MergePropertyDescriptor.cs
- WebPartConnection.cs
- SharedUtils.cs
- LinkClickEvent.cs
- WebPermission.cs
- DataServiceQueryContinuation.cs
- GeneralTransform3DGroup.cs
- Cursors.cs
- ArraySegment.cs
- HuffmanTree.cs
- StrokeNodeData.cs
- RowToFieldTransformer.cs
- MouseButtonEventArgs.cs
- ObjectListFieldCollection.cs
- AppDomain.cs
- ETagAttribute.cs