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
- DrawingAttributesDefaultValueFactory.cs
- GenericIdentity.cs
- CmsInterop.cs
- PropertySourceInfo.cs
- TrackingStringDictionary.cs
- ZoneLinkButton.cs
- TaskFileService.cs
- Block.cs
- IpcChannelHelper.cs
- SpecialFolderEnumConverter.cs
- AuthenticationConfig.cs
- DbXmlEnabledProviderManifest.cs
- HttpCachePolicy.cs
- SqlRemoveConstantOrderBy.cs
- MostlySingletonList.cs
- TypeGeneratedEventArgs.cs
- Button.cs
- DebuggerService.cs
- XmlUTF8TextReader.cs
- Int16Animation.cs
- ComponentResourceKey.cs
- GACIdentityPermission.cs
- PointCollection.cs
- UnaryQueryOperator.cs
- ListCollectionView.cs
- UInt16Converter.cs
- ImplicitInputBrush.cs
- InfiniteIntConverter.cs
- PriorityChain.cs
- ProxyElement.cs
- TextTreeInsertUndoUnit.cs
- ObjectFactoryCodeDomTreeGenerator.cs
- BamlTreeMap.cs
- ShaderRenderModeValidation.cs
- Expander.cs
- WmlPageAdapter.cs
- DesignerAdRotatorAdapter.cs
- FontConverter.cs
- DispatchOperationRuntime.cs
- HashHelpers.cs
- RuntimeComponentFilter.cs
- ConfigXmlWhitespace.cs
- JobInputBins.cs
- ApplicationInterop.cs
- Guid.cs
- HighContrastHelper.cs
- ImageCodecInfoPrivate.cs
- RuntimeConfigLKG.cs
- XslException.cs
- altserialization.cs
- BaseUriHelper.cs
- AutomationPatternInfo.cs
- FieldDescriptor.cs
- WindowClosedEventArgs.cs
- StaticDataManager.cs
- CompressedStack.cs
- ValueUtilsSmi.cs
- RuntimeVariableList.cs
- ExecutedRoutedEventArgs.cs
- NameValuePair.cs
- MDIWindowDialog.cs
- SQLString.cs
- ServiceDefaults.cs
- SQLInt32Storage.cs
- CodeDomSerializerException.cs
- WebScriptServiceHostFactory.cs
- MultidimensionalArrayItemReference.cs
- ListControlConvertEventArgs.cs
- HtmlTable.cs
- ExpressionEditorAttribute.cs
- SpecialTypeDataContract.cs
- Timeline.cs
- TextPointerBase.cs
- _UriSyntax.cs
- MarshalDirectiveException.cs
- PermissionListSet.cs
- SingleAnimationBase.cs
- ToolTipService.cs
- InsufficientMemoryException.cs
- MappingException.cs
- DetailsView.cs
- RepeatButton.cs
- ScalarRestriction.cs
- ElementsClipboardData.cs
- ExpressionEditorAttribute.cs
- OutputScope.cs
- SHA1CryptoServiceProvider.cs
- TemplateLookupAction.cs
- CodeComment.cs
- TimeoutValidationAttribute.cs
- PlanCompiler.cs
- GetWorkflowTree.cs
- LocalBuilder.cs
- SoapElementAttribute.cs
- InvalidAsynchronousStateException.cs
- RegisteredExpandoAttribute.cs
- Gdiplus.cs
- DataGridViewButtonColumn.cs
- BevelBitmapEffect.cs
- EastAsianLunisolarCalendar.cs