Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- RelatedImageListAttribute.cs
- ToolStripSettings.cs
- DrawingBrush.cs
- WebPartConnectionsCancelEventArgs.cs
- CategoryValueConverter.cs
- HostExecutionContextManager.cs
- XsdCachingReader.cs
- DragDrop.cs
- Attribute.cs
- FormView.cs
- XslVisitor.cs
- CompositeActivityMarkupSerializer.cs
- StorageComplexPropertyMapping.cs
- TempFiles.cs
- VectorValueSerializer.cs
- BitmapPalettes.cs
- DataGridViewRowHeaderCell.cs
- WebColorConverter.cs
- ModelPerspective.cs
- MailDefinition.cs
- FontCacheLogic.cs
- ScriptingProfileServiceSection.cs
- Ops.cs
- StandardBindingElement.cs
- ApplicationActivator.cs
- FileLoadException.cs
- PrintControllerWithStatusDialog.cs
- AutoResetEvent.cs
- BaseTemplateCodeDomTreeGenerator.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- EventsTab.cs
- ListViewGroupItemCollection.cs
- DataControlFieldCollection.cs
- HttpServerProtocol.cs
- InputLangChangeEvent.cs
- PointValueSerializer.cs
- invalidudtexception.cs
- Wizard.cs
- TextTreeTextNode.cs
- HijriCalendar.cs
- RC2CryptoServiceProvider.cs
- SqlNotificationRequest.cs
- RolePrincipal.cs
- RTLAwareMessageBox.cs
- ProfileModule.cs
- PreviewKeyDownEventArgs.cs
- QueryOptionExpression.cs
- XmlAttributeAttribute.cs
- FixedSOMSemanticBox.cs
- HtmlInputRadioButton.cs
- OraclePermission.cs
- ActivityDesignerResources.cs
- SymbolType.cs
- ImageCodecInfo.cs
- AccessibleObject.cs
- WebPartAddingEventArgs.cs
- Stroke2.cs
- DataControlImageButton.cs
- TableAutomationPeer.cs
- FloaterParagraph.cs
- StorageSetMapping.cs
- ServiceInstallComponent.cs
- DoubleConverter.cs
- TypefaceCollection.cs
- StaticExtension.cs
- BindingMAnagerBase.cs
- DesignerHelpers.cs
- ExecutionPropertyManager.cs
- CompiledIdentityConstraint.cs
- ArrangedElementCollection.cs
- WeakEventTable.cs
- TableColumnCollection.cs
- shaperfactoryquerycachekey.cs
- APCustomTypeDescriptor.cs
- SchemaImporterExtensionsSection.cs
- URLAttribute.cs
- HybridDictionary.cs
- FormsAuthenticationConfiguration.cs
- DataGridHyperlinkColumn.cs
- XamlReaderHelper.cs
- GZipStream.cs
- Timeline.cs
- Int32RectValueSerializer.cs
- SafeNativeMethods.cs
- WebControl.cs
- ControlCollection.cs
- EnumValidator.cs
- ArrayTypeMismatchException.cs
- DefaultValidator.cs
- SqlCaseSimplifier.cs
- Vector3DIndependentAnimationStorage.cs
- TextTreeDeleteContentUndoUnit.cs
- FileStream.cs
- RuleProcessor.cs
- Graph.cs
- WSTrustDec2005.cs
- QueryResponse.cs
- _SingleItemRequestCache.cs
- ReaderWriterLock.cs
- HttpListenerException.cs