Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RootDesignerSerializerAttribute.cs
- MenuTracker.cs
- ConfigXmlReader.cs
- FilterableAttribute.cs
- EventSinkActivityDesigner.cs
- documentsequencetextpointer.cs
- WebPartUtil.cs
- InstanceDataCollection.cs
- GridViewRowCollection.cs
- EncoderParameter.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- BezierSegment.cs
- PasswordDeriveBytes.cs
- _ConnectionGroup.cs
- StructuralComparisons.cs
- Transform3DGroup.cs
- XmlExtensionFunction.cs
- UpdateProgress.cs
- Int32Storage.cs
- DispatcherObject.cs
- InfoCardSymmetricCrypto.cs
- ScopeElementCollection.cs
- ContentElementCollection.cs
- MarshalByRefObject.cs
- FormsAuthentication.cs
- VariantWrapper.cs
- SqlRemoveConstantOrderBy.cs
- ThicknessAnimationUsingKeyFrames.cs
- ProcessRequestArgs.cs
- MethodToken.cs
- FormatConvertedBitmap.cs
- FileIOPermission.cs
- PageBreakRecord.cs
- WebPartDeleteVerb.cs
- SrgsGrammarCompiler.cs
- StrokeRenderer.cs
- FloatUtil.cs
- FlowPosition.cs
- ReachDocumentReferenceSerializerAsync.cs
- GeneralTransform3DTo2D.cs
- ObjectDisposedException.cs
- XPathNodeList.cs
- StaticSiteMapProvider.cs
- DecimalAverageAggregationOperator.cs
- TypeLibConverter.cs
- SizeKeyFrameCollection.cs
- SecondaryViewProvider.cs
- NativeObjectSecurity.cs
- OleDbError.cs
- XmlCollation.cs
- DateTimeAutomationPeer.cs
- DataGridViewTextBoxEditingControl.cs
- XPathNodeList.cs
- ApplicationContext.cs
- DataRow.cs
- UniformGrid.cs
- InputScopeAttribute.cs
- DoubleLinkList.cs
- ProfileService.cs
- StretchValidation.cs
- XmlSerializerVersionAttribute.cs
- COAUTHINFO.cs
- TabRenderer.cs
- NodeCounter.cs
- AuthenticationManager.cs
- SspiSecurityToken.cs
- DrawingBrush.cs
- PolicyManager.cs
- FlowDocumentReaderAutomationPeer.cs
- AuthenticationModuleElement.cs
- itemelement.cs
- KeyPressEvent.cs
- SqlOuterApplyReducer.cs
- FlatButtonAppearance.cs
- SqlConnectionStringBuilder.cs
- Route.cs
- HashCryptoHandle.cs
- ProjectionNode.cs
- TextRunProperties.cs
- WebPartCollection.cs
- Clipboard.cs
- ComponentEvent.cs
- BasicDesignerLoader.cs
- RegexNode.cs
- RuntimeResourceSet.cs
- EventItfInfo.cs
- WebPartHelpVerb.cs
- URL.cs
- UriParserTemplates.cs
- XmlAttribute.cs
- UpdateCommand.cs
- WebPartConnectionsDisconnectVerb.cs
- glyphs.cs
- WebServicesInteroperability.cs
- DataRecordInfo.cs
- _SingleItemRequestCache.cs
- MediaElementAutomationPeer.cs
- SqlRowUpdatingEvent.cs
- TraceHwndHost.cs
- PiiTraceSource.cs