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
- DataTableReader.cs
- ProfileSettingsCollection.cs
- Symbol.cs
- DesignerLoader.cs
- HttpCookieCollection.cs
- _NativeSSPI.cs
- Propagator.Evaluator.cs
- DataGridViewImageCell.cs
- DisplayInformation.cs
- SoapMessage.cs
- InternalResources.cs
- DbConnectionPool.cs
- ClientScriptManagerWrapper.cs
- DelegatingConfigHost.cs
- InheritanceAttribute.cs
- DataServiceKeyAttribute.cs
- ClientSettingsStore.cs
- DelegateTypeInfo.cs
- RelatedImageListAttribute.cs
- RoleGroup.cs
- _WebProxyDataBuilder.cs
- RequiredAttributeAttribute.cs
- autovalidator.cs
- Options.cs
- MarshalDirectiveException.cs
- TimeSpanStorage.cs
- InsufficientMemoryException.cs
- ResourceContainer.cs
- Sql8ConformanceChecker.cs
- ToolStripHighContrastRenderer.cs
- EditCommandColumn.cs
- ReferencedType.cs
- AccessedThroughPropertyAttribute.cs
- ComboBoxRenderer.cs
- BindingsCollection.cs
- CompiledIdentityConstraint.cs
- ToolStripSeparatorRenderEventArgs.cs
- DotNetATv1WindowsLogEntrySerializer.cs
- HttpHostedTransportConfiguration.cs
- SafeHandles.cs
- TableRow.cs
- xsdvalidator.cs
- MethodAccessException.cs
- StringCollection.cs
- ElementProxy.cs
- SignedXml.cs
- UserControlFileEditor.cs
- PlatformCulture.cs
- StorageRoot.cs
- X509Certificate2.cs
- FrameworkTemplate.cs
- QilPatternFactory.cs
- OptimalBreakSession.cs
- BookmarkCallbackWrapper.cs
- SqlRowUpdatingEvent.cs
- HttpDigestClientElement.cs
- SqlMethodTransformer.cs
- IdentityModelDictionary.cs
- FieldBuilder.cs
- HideDisabledControlAdapter.cs
- IPEndPointCollection.cs
- InputScopeConverter.cs
- DataSourceHelper.cs
- SafeNativeMemoryHandle.cs
- FlowDocument.cs
- AppSettingsReader.cs
- SspiNegotiationTokenAuthenticator.cs
- SerializerProvider.cs
- ProcessHostMapPath.cs
- TaskFileService.cs
- UInt64Storage.cs
- ElementHostAutomationPeer.cs
- AtomPub10ServiceDocumentFormatter.cs
- DriveNotFoundException.cs
- CodeIndexerExpression.cs
- StringFunctions.cs
- CustomAssemblyResolver.cs
- BamlResourceSerializer.cs
- ObjectCloneHelper.cs
- StringFunctions.cs
- EditorPart.cs
- WmlPageAdapter.cs
- SyndicationDeserializer.cs
- Double.cs
- PenThread.cs
- Encoder.cs
- PropertyGeneratedEventArgs.cs
- PermissionToken.cs
- CodeGen.cs
- XmlDataDocument.cs
- SqlErrorCollection.cs
- MessageDecoder.cs
- DependencyPropertyChangedEventArgs.cs
- PropertyInfoSet.cs
- MatrixConverter.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DeferredReference.cs
- CubicEase.cs
- Convert.cs
- Atom10FormatterFactory.cs