Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- PropertyTab.cs
- NetworkStream.cs
- SetStoryboardSpeedRatio.cs
- GetKeyedHashRequest.cs
- TableSectionStyle.cs
- ProgressChangedEventArgs.cs
- DbProviderSpecificTypePropertyAttribute.cs
- MessagePropertyFilter.cs
- ListViewTableCell.cs
- DSACryptoServiceProvider.cs
- httpapplicationstate.cs
- TimelineCollection.cs
- ValidatorCompatibilityHelper.cs
- DBParameter.cs
- TemplateInstanceAttribute.cs
- ActiveXMessageFormatter.cs
- WindowsTreeView.cs
- GridViewItemAutomationPeer.cs
- DirectionalLight.cs
- RIPEMD160.cs
- MemberRelationshipService.cs
- BitmapEffectGeneralTransform.cs
- ConfigurationManagerHelper.cs
- CompositeScriptReference.cs
- CryptoHandle.cs
- FileLoadException.cs
- SystemNetworkInterface.cs
- Encoder.cs
- NativeCompoundFileAPIs.cs
- HandlerBase.cs
- DrawListViewColumnHeaderEventArgs.cs
- SmuggledIUnknown.cs
- PreviousTrackingServiceAttribute.cs
- DescendantBaseQuery.cs
- AxHost.cs
- GeneralTransform3DGroup.cs
- TypeUtil.cs
- ScrollChangedEventArgs.cs
- ToggleButton.cs
- HtmlWindowCollection.cs
- EncodingInfo.cs
- FreezableCollection.cs
- VisemeEventArgs.cs
- ResourceExpression.cs
- StreamUpgradeAcceptor.cs
- ServiceNameCollection.cs
- BrowserDefinition.cs
- CorrelationExtension.cs
- ErrorWebPart.cs
- RoutedEventArgs.cs
- XmlNamespaceDeclarationsAttribute.cs
- ProviderUtil.cs
- MultilineStringEditor.cs
- PlainXmlSerializer.cs
- VisualBrush.cs
- SystemEvents.cs
- HandlerWithFactory.cs
- ParserHooks.cs
- SyndicationContent.cs
- ThreadInterruptedException.cs
- latinshape.cs
- ResourceType.cs
- XsltContext.cs
- MarkupExtensionParser.cs
- DataGridViewCellParsingEventArgs.cs
- HtmlTextBoxAdapter.cs
- DynamicMethod.cs
- DataGridViewCellCancelEventArgs.cs
- DataSourceXmlSubItemAttribute.cs
- validationstate.cs
- XslAst.cs
- SafeNativeMethods.cs
- EditorZone.cs
- ConnectionInterfaceCollection.cs
- PropertyManager.cs
- RootBrowserWindowAutomationPeer.cs
- Funcletizer.cs
- SubMenuStyleCollection.cs
- BasicExpressionVisitor.cs
- SQLDecimalStorage.cs
- ProgressChangedEventArgs.cs
- FindCompletedEventArgs.cs
- XamlBrushSerializer.cs
- DataGridViewCheckBoxCell.cs
- ApplicationDirectory.cs
- AssemblyInfo.cs
- CustomErrorsSection.cs
- Inflater.cs
- NullableFloatSumAggregationOperator.cs
- FillBehavior.cs
- HtmlAnchor.cs
- DynamicVirtualDiscoSearcher.cs
- ContextMenu.cs
- FacetChecker.cs
- SystemThemeKey.cs
- InvalidateEvent.cs
- ErrorWrapper.cs
- DesignerCategoryAttribute.cs
- ImageListUtils.cs
- PixelFormats.cs