Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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; } } }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
- UnauthorizedWebPart.cs
- _NetRes.cs
- Form.cs
- IndentedTextWriter.cs
- TagMapInfo.cs
- AssertSection.cs
- UITypeEditor.cs
- IncrementalReadDecoders.cs
- WindowsContainer.cs
- ScriptReferenceEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- JsonMessageEncoderFactory.cs
- ResXDataNode.cs
- CatalogPart.cs
- figurelength.cs
- RuleCache.cs
- WebPartRestoreVerb.cs
- WebRequestModuleElement.cs
- MimeFormatExtensions.cs
- ApplicationServiceHelper.cs
- SoapTransportImporter.cs
- ComPlusTypeLoader.cs
- MsmqTransportReceiveParameters.cs
- RadioButtonList.cs
- ConsumerConnectionPoint.cs
- GenerateHelper.cs
- UpnEndpointIdentity.cs
- FileRecordSequence.cs
- CharacterHit.cs
- LiteralLink.cs
- httpserverutility.cs
- LayoutEngine.cs
- FilteredReadOnlyMetadataCollection.cs
- SystemException.cs
- ChannelManager.cs
- CellIdBoolean.cs
- FrameworkTemplate.cs
- ImageSource.cs
- PropertyEmitterBase.cs
- MULTI_QI.cs
- SoapHeaderException.cs
- RawKeyboardInputReport.cs
- _NativeSSPI.cs
- SymbolEqualComparer.cs
- mactripleDES.cs
- DoubleAverageAggregationOperator.cs
- SvcMapFileLoader.cs
- ThemeableAttribute.cs
- DateTimeSerializationSection.cs
- Matrix.cs
- NameObjectCollectionBase.cs
- ExpressionParser.cs
- SHA512Cng.cs
- CFStream.cs
- VisualProxy.cs
- XmlSchemaSimpleTypeUnion.cs
- SyntaxCheck.cs
- Identifier.cs
- InnerItemCollectionView.cs
- XmlSchemaAttributeGroupRef.cs
- MembershipPasswordException.cs
- SignatureHelper.cs
- WpfPayload.cs
- ServerValidateEventArgs.cs
- ParameterSubsegment.cs
- BufferBuilder.cs
- LinkClickEvent.cs
- DocumentViewerConstants.cs
- ButtonBaseAdapter.cs
- CookielessHelper.cs
- PseudoWebRequest.cs
- Visual3DCollection.cs
- PowerStatus.cs
- ActivationArguments.cs
- MetadataLocation.cs
- CodeTypeMember.cs
- WorkflowRuntimeService.cs
- ReadContentAsBinaryHelper.cs
- BuildProviderCollection.cs
- SubclassTypeValidatorAttribute.cs
- TemplateBuilder.cs
- Int32RectValueSerializer.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- BitmapEffectDrawing.cs
- OdbcInfoMessageEvent.cs
- SqlDataSourceConfigureFilterForm.cs
- Funcletizer.cs
- FileSystemEventArgs.cs
- Brush.cs
- AttributeConverter.cs
- IsolatedStorageException.cs
- ProjectionRewriter.cs
- SkewTransform.cs
- Table.cs
- RangeValidator.cs
- PathSegmentCollection.cs
- _SSPISessionCache.cs
- ScriptReferenceEventArgs.cs
- HostedHttpRequestAsyncResult.cs
- ErrorHandler.cs