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
- CompilerErrorCollection.cs
- TripleDES.cs
- SymLanguageType.cs
- ReturnEventArgs.cs
- Cell.cs
- LinearGradientBrush.cs
- TextElementEnumerator.cs
- DbSourceCommand.cs
- GroupPartitionExpr.cs
- DBConnection.cs
- FormsAuthenticationUserCollection.cs
- TemplateControl.cs
- MembershipPasswordException.cs
- NetworkAddressChange.cs
- BitArray.cs
- BaseParser.cs
- MsmqIntegrationValidationBehavior.cs
- ModifierKeysValueSerializer.cs
- LocalizationParserHooks.cs
- WebCategoryAttribute.cs
- QilReference.cs
- Image.cs
- MetaTableHelper.cs
- EndpointAddressMessageFilter.cs
- LayoutInformation.cs
- JsonStringDataContract.cs
- URLAttribute.cs
- HtmlContainerControl.cs
- DesignerActionHeaderItem.cs
- Underline.cs
- XmlDocument.cs
- _BufferOffsetSize.cs
- FormViewUpdateEventArgs.cs
- _Win32.cs
- TransactionalPackage.cs
- Span.cs
- TdsParserStaticMethods.cs
- ScriptResourceInfo.cs
- DropShadowEffect.cs
- ManipulationStartedEventArgs.cs
- TemplateApplicationHelper.cs
- FileDialog.cs
- StructuredProperty.cs
- SQLByteStorage.cs
- TypedTableBase.cs
- EnumerationRangeValidationUtil.cs
- RightNameExpirationInfoPair.cs
- InstalledVoice.cs
- PolicyValidationException.cs
- Events.cs
- DataRelation.cs
- SafeNativeMethods.cs
- Util.cs
- RecipientIdentity.cs
- HttpModuleAction.cs
- IndentTextWriter.cs
- FrameworkRichTextComposition.cs
- ErrorTableItemStyle.cs
- DocumentSequenceHighlightLayer.cs
- BoundField.cs
- CreateParams.cs
- EntityObject.cs
- OutgoingWebResponseContext.cs
- WinInetCache.cs
- KeyEventArgs.cs
- PnrpPeerResolverElement.cs
- SerialErrors.cs
- ParentQuery.cs
- DesignerAdapterAttribute.cs
- WebZone.cs
- AncillaryOps.cs
- UniqueIdentifierService.cs
- CheckableControlBaseAdapter.cs
- HorizontalAlignConverter.cs
- ContainerParaClient.cs
- InstalledFontCollection.cs
- xmlfixedPageInfo.cs
- EastAsianLunisolarCalendar.cs
- Predicate.cs
- RoleManagerSection.cs
- AdapterUtil.cs
- RemoteX509AsymmetricSecurityKey.cs
- ScriptingJsonSerializationSection.cs
- ModelProperty.cs
- Cursors.cs
- TextAdaptor.cs
- HelpProvider.cs
- EtwTrace.cs
- VarInfo.cs
- WebUtil.cs
- SQLString.cs
- UpdatePanelTriggerCollection.cs
- ListChangedEventArgs.cs
- LayoutEditorPart.cs
- CLSCompliantAttribute.cs
- ObjectDataSourceDesigner.cs
- Matrix3D.cs
- TraceData.cs
- ContentHostHelper.cs
- InheritablePropertyChangeInfo.cs