Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- SafeArchiveContext.cs
- CacheAxisQuery.cs
- ModelFactory.cs
- SaveFileDialog.cs
- Pair.cs
- DebuggerAttributes.cs
- LocatorGroup.cs
- LineServices.cs
- BaseDataBoundControl.cs
- Schema.cs
- ApplicationFileParser.cs
- FileDetails.cs
- Part.cs
- ProfilePropertyMetadata.cs
- InstanceData.cs
- InvalidWorkflowException.cs
- XmlBinaryReader.cs
- SerialErrors.cs
- OletxDependentTransaction.cs
- DataBindingExpressionBuilder.cs
- TextTrailingWordEllipsis.cs
- StringToken.cs
- DataGridViewCell.cs
- RayMeshGeometry3DHitTestResult.cs
- ConfigurationException.cs
- PrintController.cs
- FontStretches.cs
- followingquery.cs
- StateMachineWorkflow.cs
- ProcessActivityTreeOptions.cs
- ListItemParagraph.cs
- TdsParserStaticMethods.cs
- FileDialog.cs
- RawKeyboardInputReport.cs
- Win32PrintDialog.cs
- EventSinkHelperWriter.cs
- ApplicationInfo.cs
- PageAsyncTaskManager.cs
- SafeNativeMethods.cs
- ValidationResults.cs
- BeginStoryboard.cs
- SetIterators.cs
- HighContrastHelper.cs
- Decorator.cs
- SortDescription.cs
- DeleteCardRequest.cs
- VirtualizingPanel.cs
- ServiceInstallComponent.cs
- WebHttpDispatchOperationSelector.cs
- SigningCredentials.cs
- EventDriven.cs
- SqlBuffer.cs
- ProjectedSlot.cs
- OdbcCommand.cs
- ResolveCriteriaApril2005.cs
- DoubleCollectionConverter.cs
- ServiceModelActivationSectionGroup.cs
- SystemResourceHost.cs
- IndexedString.cs
- WebPageTraceListener.cs
- WmlTextViewAdapter.cs
- CollectionMarkupSerializer.cs
- SoapServerProtocol.cs
- TreeViewBindingsEditorForm.cs
- StatusBarDesigner.cs
- XmlSerializerFormatAttribute.cs
- SystemIPGlobalStatistics.cs
- ComplexType.cs
- DataColumnMapping.cs
- ActiveXContainer.cs
- TerminatorSinks.cs
- WorkflowInvoker.cs
- RotationValidation.cs
- TableChangeProcessor.cs
- NavigationHelper.cs
- CultureMapper.cs
- HttpApplicationStateBase.cs
- ValidationSummaryDesigner.cs
- DataSourceCache.cs
- MailSettingsSection.cs
- ApplicationDirectoryMembershipCondition.cs
- ToolstripProfessionalRenderer.cs
- XmlAnyElementAttribute.cs
- TokenCreationException.cs
- CFStream.cs
- SqlCachedBuffer.cs
- XamlRtfConverter.cs
- IntSecurity.cs
- SoapSchemaImporter.cs
- GridPattern.cs
- PersonalizationDictionary.cs
- BoundConstants.cs
- TypeDefinition.cs
- BaseValidator.cs
- DocumentReference.cs
- ConfigUtil.cs
- FederatedMessageSecurityOverHttpElement.cs
- GenericEnumConverter.cs
- WmfPlaceableFileHeader.cs
- CssTextWriter.cs