Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- PreservationFileWriter.cs
- ExceptionRoutedEventArgs.cs
- CodeLinePragma.cs
- TypedDataSetSchemaImporterExtensionFx35.cs
- AccessibleObject.cs
- PasswordBox.cs
- XmlCharType.cs
- _SslStream.cs
- listitem.cs
- EditingScopeUndoUnit.cs
- __Error.cs
- AttachmentCollection.cs
- BufferModesCollection.cs
- RegistryPermission.cs
- NavigationService.cs
- CounterSetInstance.cs
- OwnerDrawPropertyBag.cs
- Keywords.cs
- FontNameConverter.cs
- FolderLevelBuildProvider.cs
- StreamSecurityUpgradeInitiatorAsyncResult.cs
- FrameworkName.cs
- TypeDescriptorFilterService.cs
- ParallelTimeline.cs
- EndPoint.cs
- DataTableTypeConverter.cs
- MdImport.cs
- RegexRunner.cs
- ReadWriteSpinLock.cs
- DataRelationPropertyDescriptor.cs
- COSERVERINFO.cs
- EventLogEntry.cs
- Reference.cs
- WebRequestModuleElementCollection.cs
- Parser.cs
- Typeface.cs
- Label.cs
- ObjectQueryState.cs
- MetadataCache.cs
- ButtonColumn.cs
- BackStopAuthenticationModule.cs
- SHA384.cs
- OdbcEnvironmentHandle.cs
- DrawItemEvent.cs
- AdapterDictionary.cs
- FacetValues.cs
- ObjectRef.cs
- CustomErrorsSection.cs
- SqlDataSourceStatusEventArgs.cs
- DataStorage.cs
- Perspective.cs
- SHA1Managed.cs
- FormsAuthentication.cs
- SecurityAlgorithmSuiteConverter.cs
- ReferentialConstraint.cs
- HtmlInputPassword.cs
- ListViewCommandEventArgs.cs
- HiddenField.cs
- ClientScriptManager.cs
- AddressHeader.cs
- ZipIOLocalFileHeader.cs
- HtmlTitle.cs
- PageRequestManager.cs
- User.cs
- NumberFormatInfo.cs
- BrowserTree.cs
- DataSetViewSchema.cs
- ResolvedKeyFrameEntry.cs
- WebPartTransformerCollection.cs
- TextEvent.cs
- SqlRecordBuffer.cs
- FieldAccessException.cs
- GenericEnumerator.cs
- CellParagraph.cs
- HttpException.cs
- FormViewModeEventArgs.cs
- AttributeTableBuilder.cs
- DoubleCollectionConverter.cs
- OperationParameterInfo.cs
- TabControlToolboxItem.cs
- EncryptedPackageFilter.cs
- ItemCollectionEditor.cs
- EndPoint.cs
- SharedConnectionInfo.cs
- TransformDescriptor.cs
- ReaderWriterLock.cs
- WebServiceHandlerFactory.cs
- InheritablePropertyChangeInfo.cs
- SurrogateEncoder.cs
- SrgsGrammarCompiler.cs
- FontStretches.cs
- PersistChildrenAttribute.cs
- ScriptReference.cs
- SemanticResultValue.cs
- DocumentEventArgs.cs
- exports.cs
- EntitySqlQueryCacheKey.cs
- TableItemStyle.cs
- SponsorHelper.cs
- TextDecorationCollection.cs