Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Configuration / HttpConfigurationContext.cs / 1305376 / HttpConfigurationContext.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Configuration { using System.Security.Permissions; ////// 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; ////// 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
- ArgIterator.cs
- CryptoApi.cs
- XPathScanner.cs
- DataListItem.cs
- DeviceContext2.cs
- WindowHideOrCloseTracker.cs
- DomainLiteralReader.cs
- Point3DConverter.cs
- Pair.cs
- CompilerGlobalScopeAttribute.cs
- XmlDataProvider.cs
- SqlGenericUtil.cs
- SafeArrayTypeMismatchException.cs
- MessageHeaders.cs
- SqlUtil.cs
- UnionQueryOperator.cs
- DeflateStream.cs
- ToolStripControlHost.cs
- MenuItemBindingCollection.cs
- OrderPreservingSpoolingTask.cs
- AudienceUriMode.cs
- OverlappedAsyncResult.cs
- CodeTypeReference.cs
- Floater.cs
- ModelService.cs
- UIEndRequest.cs
- Mappings.cs
- SourceSwitch.cs
- DescendentsWalkerBase.cs
- HealthMonitoringSection.cs
- AssemblyBuilderData.cs
- BuildDependencySet.cs
- XmlSecureResolver.cs
- NativeDirectoryServicesQueryAPIs.cs
- Debug.cs
- indexingfiltermarshaler.cs
- ServiceEndpointElement.cs
- QuadraticBezierSegment.cs
- EntityDataReader.cs
- TextModifier.cs
- ZipIOExtraFieldPaddingElement.cs
- ObjectStateFormatter.cs
- TraceRecord.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- FormsAuthenticationTicket.cs
- AncestorChangedEventArgs.cs
- SHA1Managed.cs
- MasterPageCodeDomTreeGenerator.cs
- Vector.cs
- Math.cs
- MetadataItemEmitter.cs
- HostAdapter.cs
- ContextMenuStripGroup.cs
- VirtualDirectoryMappingCollection.cs
- ActiveDocumentEvent.cs
- TextTreeExtractElementUndoUnit.cs
- StaticDataManager.cs
- Dictionary.cs
- XmlNamedNodeMap.cs
- InvalidPropValue.cs
- LZCodec.cs
- WebRequestModuleElement.cs
- ExtendedProperty.cs
- InvalidCommandTreeException.cs
- WebErrorHandler.cs
- Single.cs
- HostProtectionException.cs
- DispatcherHookEventArgs.cs
- SymLanguageType.cs
- XmlnsDictionary.cs
- ObjectSecurity.cs
- GenericIdentity.cs
- QuaternionKeyFrameCollection.cs
- Ref.cs
- CookielessHelper.cs
- QilPatternFactory.cs
- DataGridViewSelectedColumnCollection.cs
- DataGridViewRowCancelEventArgs.cs
- WmlPhoneCallAdapter.cs
- ConditionalDesigner.cs
- ProtocolsConfigurationEntry.cs
- TreeNodeStyle.cs
- SubtreeProcessor.cs
- UInt64Converter.cs
- BindingExpression.cs
- XmlCustomFormatter.cs
- XmlHierarchicalEnumerable.cs
- OutputCacheSection.cs
- CommonDialog.cs
- ListChangedEventArgs.cs
- ListItemConverter.cs
- HtmlMeta.cs
- CodeTypeConstructor.cs
- IfAction.cs
- SqlDataSourceCache.cs
- PropertyMappingExceptionEventArgs.cs
- ListViewItemEventArgs.cs
- DashStyle.cs
- DataGridCell.cs
- SmtpMail.cs