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
- DataRelationCollection.cs
- RegexTypeEditor.cs
- SoapAttributeAttribute.cs
- Ray3DHitTestResult.cs
- ReadWriteObjectLock.cs
- BindableAttribute.cs
- ModelTreeEnumerator.cs
- SafeSerializationManager.cs
- ActivityUtilities.cs
- DeploymentExceptionMapper.cs
- UIElement3D.cs
- ResourceDisplayNameAttribute.cs
- FigureParagraph.cs
- Int64Converter.cs
- Serializer.cs
- Root.cs
- FamilyCollection.cs
- CodeVariableReferenceExpression.cs
- CombinedTcpChannel.cs
- ExpressionBuilderContext.cs
- RemoteAsymmetricSignatureFormatter.cs
- HTTPNotFoundHandler.cs
- InstanceKeyView.cs
- PrimitiveType.cs
- Console.cs
- OleDbFactory.cs
- XmlQueryStaticData.cs
- documentation.cs
- JavaScriptObjectDeserializer.cs
- NetTcpBindingCollectionElement.cs
- WmfPlaceableFileHeader.cs
- CollectionAdapters.cs
- DataTableNewRowEvent.cs
- ThumbAutomationPeer.cs
- TerminatorSinks.cs
- TypeSemantics.cs
- PlanCompilerUtil.cs
- SqlBuffer.cs
- XmlValidatingReaderImpl.cs
- WorkflowDesigner.cs
- AsyncStreamReader.cs
- DictionaryTraceRecord.cs
- ISAPIApplicationHost.cs
- XDRSchema.cs
- EventsTab.cs
- COM2ExtendedUITypeEditor.cs
- DesignerDataSchemaClass.cs
- EditorPartCollection.cs
- NativeWindow.cs
- ActivityInterfaces.cs
- TextCharacters.cs
- InvalidCardException.cs
- IPAddress.cs
- XhtmlBasicCommandAdapter.cs
- InputMethodStateTypeInfo.cs
- TTSEngineTypes.cs
- ResourceKey.cs
- XmlComplianceUtil.cs
- Type.cs
- DeviceSpecificChoiceCollection.cs
- ZipIOFileItemStream.cs
- Library.cs
- BindStream.cs
- ListBoxItemAutomationPeer.cs
- CopyNamespacesAction.cs
- WindowsListViewSubItem.cs
- UserInitiatedNavigationPermission.cs
- ProfileInfo.cs
- XmlWrappingWriter.cs
- SettingsPropertyCollection.cs
- StylusShape.cs
- Assembly.cs
- IPPacketInformation.cs
- WSTrust.cs
- SecurityContextSecurityTokenAuthenticator.cs
- BinHexDecoder.cs
- XmlSiteMapProvider.cs
- CodeCastExpression.cs
- IsolatedStorageException.cs
- RegexCapture.cs
- PointAnimationUsingPath.cs
- TdsParserHelperClasses.cs
- Accessible.cs
- XhtmlBasicControlAdapter.cs
- MobileControl.cs
- Formatter.cs
- OdbcPermission.cs
- ConcurrentBag.cs
- MarshalByRefObject.cs
- ProcessManager.cs
- DocumentStatusResources.cs
- FreezableCollection.cs
- WebPartDeleteVerb.cs
- CurrentTimeZone.cs
- TypeResolver.cs
- ManifestSignatureInformation.cs
- ListBoxItem.cs
- MessageBox.cs
- RenderData.cs
- HtmlHistory.cs