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;
///
///
/// 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
- SByteConverter.cs
- BamlRecords.cs
- FixedSOMGroup.cs
- EmptyEnumerator.cs
- PngBitmapDecoder.cs
- StylusButton.cs
- AuthenticationManager.cs
- XamlSerializationHelper.cs
- ProxyGenerationError.cs
- SqlDelegatedTransaction.cs
- WriteableBitmap.cs
- MatrixCamera.cs
- DiscoveryReference.cs
- UserMapPath.cs
- EditorZoneBase.cs
- DuplexSecurityProtocolFactory.cs
- PnrpPeerResolver.cs
- PointF.cs
- ApplicationServicesHostFactory.cs
- XmlText.cs
- mactripleDES.cs
- EventLogPermissionEntry.cs
- LicenseContext.cs
- DbFunctionCommandTree.cs
- RewritingValidator.cs
- VirtualDirectoryMapping.cs
- _SpnDictionary.cs
- MILUtilities.cs
- RecordBuilder.cs
- OutputCacheSettingsSection.cs
- XhtmlConformanceSection.cs
- OdbcRowUpdatingEvent.cs
- LinqDataSourceUpdateEventArgs.cs
- FamilyCollection.cs
- IndexOutOfRangeException.cs
- WebPartCatalogAddVerb.cs
- BindValidationContext.cs
- EncodingTable.cs
- AnonymousIdentificationModule.cs
- GregorianCalendarHelper.cs
- DataGridAutoGeneratingColumnEventArgs.cs
- DataRow.cs
- MimeWriter.cs
- ZipIOExtraFieldPaddingElement.cs
- IInstanceTable.cs
- UrlMapping.cs
- HtmlElementCollection.cs
- KeyboardDevice.cs
- MessageQueueException.cs
- ErrorsHelper.cs
- SessionStateModule.cs
- OwnerDrawPropertyBag.cs
- CreateRefExpr.cs
- AutomationIdentifierGuids.cs
- FrameworkContextData.cs
- BitmapSource.cs
- PropertyValueChangedEvent.cs
- SqlDataRecord.cs
- ServiceBusyException.cs
- ToolTipService.cs
- GridItemPattern.cs
- StaticExtensionConverter.cs
- ProcessModelSection.cs
- WebPartsPersonalization.cs
- KeyToListMap.cs
- ReflectionServiceProvider.cs
- QuadTree.cs
- DesignerLoader.cs
- DynamicILGenerator.cs
- Size3D.cs
- BitSet.cs
- configsystem.cs
- Stackframe.cs
- SQLInt32Storage.cs
- GeneralTransform2DTo3D.cs
- BinaryWriter.cs
- EntityAdapter.cs
- SiteMembershipCondition.cs
- WorkflowElementDialog.cs
- CheckBoxPopupAdapter.cs
- ToolTipAutomationPeer.cs
- WebPartMovingEventArgs.cs
- XamlClipboardData.cs
- SymmetricAlgorithm.cs
- BamlCollectionHolder.cs
- MetadataExchangeBindings.cs
- Convert.cs
- SqlClientFactory.cs
- XmlTextWriter.cs
- ListenerAdapterBase.cs
- TextParaClient.cs
- ControlUtil.cs
- GradientStopCollection.cs
- CustomError.cs
- BrushMappingModeValidation.cs
- BuildProvider.cs
- Variable.cs
- HttpApplication.cs
- FormsAuthenticationModule.cs
- Renderer.cs