Code:
/ FX-1434 / FX-1434 / 1.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
- ControlBuilderAttribute.cs
- SmiContext.cs
- ViewManagerAttribute.cs
- TableItemProviderWrapper.cs
- ContextDataSource.cs
- LineVisual.cs
- ApplicationActivator.cs
- TextureBrush.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- __Filters.cs
- XmlHelper.cs
- BinaryKeyIdentifierClause.cs
- PathBox.cs
- Asn1IntegerConverter.cs
- BinaryCommonClasses.cs
- PipelineModuleStepContainer.cs
- StringUtil.cs
- CodeSnippetStatement.cs
- CDSCollectionETWBCLProvider.cs
- BinaryReader.cs
- RightsDocument.cs
- OuterGlowBitmapEffect.cs
- Visitor.cs
- CapabilitiesState.cs
- PenLineCapValidation.cs
- SqlUtils.cs
- WebPermission.cs
- PermissionListSet.cs
- QueryExpr.cs
- Label.cs
- BaseTemplateCodeDomTreeGenerator.cs
- BridgeDataReader.cs
- ObjRef.cs
- RoleGroupCollection.cs
- ColumnClickEvent.cs
- DATA_BLOB.cs
- QuotedPrintableStream.cs
- WebPartCollection.cs
- _CookieModule.cs
- HScrollBar.cs
- LoaderAllocator.cs
- DirectoryNotFoundException.cs
- VirtualDirectoryMapping.cs
- OleAutBinder.cs
- Vector.cs
- UInt32.cs
- CodeMemberMethod.cs
- MetadataArtifactLoaderComposite.cs
- CqlWriter.cs
- StateManagedCollection.cs
- ScaleTransform3D.cs
- ContextProperty.cs
- RelationshipManager.cs
- _OverlappedAsyncResult.cs
- EntityContainerEmitter.cs
- NumberFunctions.cs
- util.cs
- AbstractSvcMapFileLoader.cs
- IImplicitResourceProvider.cs
- InfiniteTimeSpanConverter.cs
- DataTableReader.cs
- MetroSerializationManager.cs
- ToolboxComponentsCreatingEventArgs.cs
- PackWebResponse.cs
- WS2007FederationHttpBindingCollectionElement.cs
- mansign.cs
- PartBasedPackageProperties.cs
- EdmEntityTypeAttribute.cs
- GlobalizationSection.cs
- TableLayoutCellPaintEventArgs.cs
- ProcessProtocolHandler.cs
- LambdaCompiler.Lambda.cs
- PhoneCall.cs
- GridViewSelectEventArgs.cs
- SoapSchemaExporter.cs
- AsymmetricKeyExchangeDeformatter.cs
- SliderAutomationPeer.cs
- CipherData.cs
- ElementHostAutomationPeer.cs
- LayoutSettings.cs
- ToolCreatedEventArgs.cs
- OleDbSchemaGuid.cs
- TypeConverterHelper.cs
- MsmqHostedTransportConfiguration.cs
- ValueUtilsSmi.cs
- CategoryGridEntry.cs
- UriTemplateLiteralPathSegment.cs
- InputMethod.cs
- TextFormatterHost.cs
- ApplicationBuildProvider.cs
- Wizard.cs
- IsolationInterop.cs
- InkPresenter.cs
- HttpProcessUtility.cs
- PointAnimationUsingKeyFrames.cs
- ADMembershipUser.cs
- BamlRecordHelper.cs
- CompositeControl.cs
- PackageFilter.cs
- AdornerLayer.cs