Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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;
///
///
/// Property dictionary available to section handlers in
/// web applications.
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class HttpConfigurationContext {
private string 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'>.
///
///
public string VirtualPath {
get {
return vpath;
}
}
///
/// Can only be created by ASP.NET Configuration System.
///
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.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System.Security.Permissions;
///
///
/// Property dictionary available to section handlers in
/// web applications.
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)]
public class HttpConfigurationContext {
private string 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'>.
///
///
public string VirtualPath {
get {
return vpath;
}
}
///
/// Can only be created by ASP.NET Configuration System.
///
internal HttpConfigurationContext(string vpath) {
this.vpath = vpath;
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CommonDialog.cs
- FixedSOMContainer.cs
- PathData.cs
- ValidatingReaderNodeData.cs
- DataGridCaption.cs
- XmlValidatingReaderImpl.cs
- VisualState.cs
- ControlIdConverter.cs
- SqlBulkCopyColumnMapping.cs
- AccessViolationException.cs
- FileLogRecord.cs
- JournalEntryListConverter.cs
- WizardPanel.cs
- SiteOfOriginContainer.cs
- WindowsAuthenticationModule.cs
- XsdDataContractExporter.cs
- Int32AnimationUsingKeyFrames.cs
- GridViewItemAutomationPeer.cs
- SafeRightsManagementHandle.cs
- TabControlEvent.cs
- _LazyAsyncResult.cs
- Parser.cs
- AssemblyBuilder.cs
- _ConnectStream.cs
- Rect3D.cs
- CheckBoxStandardAdapter.cs
- ToolTipService.cs
- ToolStripDropDownMenu.cs
- IisTraceWebEventProvider.cs
- TableCellAutomationPeer.cs
- DataGridTableStyleMappingNameEditor.cs
- WebPartZoneDesigner.cs
- ScriptDescriptor.cs
- Label.cs
- ErrorStyle.cs
- GeometryGroup.cs
- ThemeDictionaryExtension.cs
- MeasurementDCInfo.cs
- InsufficientMemoryException.cs
- FunctionParameter.cs
- CachedTypeface.cs
- GlobalAllocSafeHandle.cs
- ProtocolViolationException.cs
- NoneExcludedImageIndexConverter.cs
- ObjectDataSourceDisposingEventArgs.cs
- ArrayConverter.cs
- TextTreeTextNode.cs
- CheckBoxBaseAdapter.cs
- UIEndRequest.cs
- GetBrowserTokenRequest.cs
- GeneralTransform.cs
- SQLDecimalStorage.cs
- CodeNamespaceCollection.cs
- QueryOutputWriter.cs
- UnmanagedMarshal.cs
- VBCodeProvider.cs
- SimpleHandlerFactory.cs
- SQLUtility.cs
- WebBrowser.cs
- Int16Animation.cs
- SoapAttributes.cs
- LineServicesCallbacks.cs
- CollectionTypeElement.cs
- wmiprovider.cs
- Constraint.cs
- XPathNodeHelper.cs
- DoubleAnimationUsingKeyFrames.cs
- sortedlist.cs
- RunInstallerAttribute.cs
- RelatedView.cs
- AnnotationResourceChangedEventArgs.cs
- WindowsContainer.cs
- ObjectQuery.cs
- SerializableAttribute.cs
- EventSchemaTraceListener.cs
- bidPrivateBase.cs
- TreeViewHitTestInfo.cs
- ByteAnimationBase.cs
- WebPartAddingEventArgs.cs
- Setter.cs
- WebPartDisplayModeCancelEventArgs.cs
- IndexedString.cs
- SharedPerformanceCounter.cs
- Event.cs
- MenuScrollingVisibilityConverter.cs
- HttpTransportManager.cs
- StylusPointPropertyInfo.cs
- ConfigurationSectionGroup.cs
- Single.cs
- AmbientProperties.cs
- UserNameSecurityTokenProvider.cs
- OdbcRowUpdatingEvent.cs
- WebPartZone.cs
- XamlUtilities.cs
- AutoResizedEvent.cs
- OutputCacheSection.cs
- returneventsaver.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- SmiXetterAccessMap.cs
- Vector.cs