Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //Can only be created by ASP.NET Configuration System. ///// 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.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
- CaseInsensitiveOrdinalStringComparer.cs
- BackoffTimeoutHelper.cs
- FormViewUpdatedEventArgs.cs
- SqlProcedureAttribute.cs
- ChildTable.cs
- FocusWithinProperty.cs
- UnsafeNativeMethods.cs
- MultiTrigger.cs
- CodeSubDirectoriesCollection.cs
- QilXmlWriter.cs
- FullTextBreakpoint.cs
- ICollection.cs
- ContextBase.cs
- CheckedPointers.cs
- ToolboxComponentsCreatingEventArgs.cs
- UnsafeMethods.cs
- ResourceReferenceKeyNotFoundException.cs
- VideoDrawing.cs
- ExpressionPrinter.cs
- _SSPISessionCache.cs
- TableRow.cs
- ConfigurationPermission.cs
- TreeNodeCollectionEditorDialog.cs
- UnrecognizedPolicyAssertionElement.cs
- AssemblyFilter.cs
- InheritedPropertyChangedEventArgs.cs
- SqlDataSourceView.cs
- IntranetCredentialPolicy.cs
- HtmlContainerControl.cs
- CatalogZoneBase.cs
- ExpressionReplacer.cs
- StringUtil.cs
- MbpInfo.cs
- BatchParser.cs
- SupportsEventValidationAttribute.cs
- HttpHandlerAction.cs
- WebPartCatalogCloseVerb.cs
- PolyLineSegmentFigureLogic.cs
- DelegateBodyWriter.cs
- DbSetClause.cs
- EdmProperty.cs
- CapacityStreamGeometryContext.cs
- DataError.cs
- EventLog.cs
- CodeEntryPointMethod.cs
- ReadOnlyObservableCollection.cs
- StringUtil.cs
- _DigestClient.cs
- IOException.cs
- DataControlFieldHeaderCell.cs
- CriticalFinalizerObject.cs
- RuntimeConfigurationRecord.cs
- XmlMtomWriter.cs
- HandledEventArgs.cs
- RecommendedAsConfigurableAttribute.cs
- SQLDateTimeStorage.cs
- Padding.cs
- ToolStripItemImageRenderEventArgs.cs
- CompensatableSequenceActivity.cs
- StickyNoteAnnotations.cs
- AdministrationHelpers.cs
- HttpConfigurationSystem.cs
- ApplicationException.cs
- HttpAsyncResult.cs
- HttpAsyncResult.cs
- IPEndPointCollection.cs
- remotingproxy.cs
- recordstatescratchpad.cs
- KeyTimeConverter.cs
- ResourcePropertyMemberCodeDomSerializer.cs
- PageRequestManager.cs
- _CacheStreams.cs
- ParallelTimeline.cs
- MouseCaptureWithinProperty.cs
- IPAddressCollection.cs
- XsltSettings.cs
- CatalogPart.cs
- Knowncolors.cs
- SafeLocalMemHandle.cs
- PointCollectionConverter.cs
- TypeElementCollection.cs
- HighlightVisual.cs
- SoapHttpTransportImporter.cs
- ListItemCollection.cs
- PublisherMembershipCondition.cs
- PageContent.cs
- SynchronizationContext.cs
- BaseValidatorDesigner.cs
- SiteMapNodeCollection.cs
- DesignerForm.cs
- StyleXamlParser.cs
- prefixendpointaddressmessagefilter.cs
- MultiDataTrigger.cs
- WorkflowItemsPresenter.cs
- GotoExpression.cs
- ListBoxItem.cs
- OLEDB_Util.cs
- Deflater.cs
- GatewayDefinition.cs
- TextEvent.cs