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
- RecognizedWordUnit.cs
- ButtonAutomationPeer.cs
- TransactionBehavior.cs
- BaseCAMarshaler.cs
- EnumValAlphaComparer.cs
- EdmRelationshipRoleAttribute.cs
- PixelFormats.cs
- FontSource.cs
- Lasso.cs
- CodeCatchClause.cs
- TextParagraph.cs
- ListenerConnectionModeReader.cs
- DeflateStream.cs
- HostedBindingBehavior.cs
- ForeignKeyConstraint.cs
- ZipIOExtraFieldPaddingElement.cs
- SafeEventLogWriteHandle.cs
- DbDataAdapter.cs
- VectorConverter.cs
- StandardTransformFactory.cs
- ErrorReporting.cs
- ClaimTypes.cs
- ScrollViewer.cs
- CodeSubDirectory.cs
- counter.cs
- HashHelper.cs
- _ListenerAsyncResult.cs
- TextSimpleMarkerProperties.cs
- Parsers.cs
- CompiledQuery.cs
- DrawListViewSubItemEventArgs.cs
- DelayedRegex.cs
- SafeNativeMethodsMilCoreApi.cs
- ListDataBindEventArgs.cs
- DuplicateWaitObjectException.cs
- SymmetricKeyWrap.cs
- OutputCacheProfileCollection.cs
- WindowsSecurityTokenAuthenticator.cs
- Connector.xaml.cs
- wgx_commands.cs
- DynamicResourceExtension.cs
- RelationshipDetailsCollection.cs
- DesignerCategoryAttribute.cs
- XMLSchema.cs
- DataSvcMapFile.cs
- ComEventsInfo.cs
- WebSysDescriptionAttribute.cs
- FormatVersion.cs
- ParallelTimeline.cs
- BitmapCacheBrush.cs
- FuncCompletionCallbackWrapper.cs
- BitArray.cs
- CheckBoxList.cs
- ContentHostHelper.cs
- FlowLayout.cs
- ParameterReplacerVisitor.cs
- Timeline.cs
- MemberJoinTreeNode.cs
- SQLUtility.cs
- oledbmetadatacolumnnames.cs
- ExceptionUtil.cs
- indexingfiltermarshaler.cs
- ProcessHostFactoryHelper.cs
- TextDecorationCollection.cs
- ColorKeyFrameCollection.cs
- XmlSignatureProperties.cs
- BindingSource.cs
- TextFormatterHost.cs
- XhtmlBasicValidationSummaryAdapter.cs
- BinaryExpression.cs
- EmptyEnumerable.cs
- TileBrush.cs
- ToolTipService.cs
- GlobalDataBindingHandler.cs
- QueuePropertyVariants.cs
- HtmlMeta.cs
- RuleSettingsCollection.cs
- CharacterBufferReference.cs
- PersonalizationStateInfo.cs
- EntityPropertyMappingAttribute.cs
- SmiRequestExecutor.cs
- KnowledgeBase.cs
- LinkButton.cs
- ContentFilePart.cs
- Point.cs
- WorkflowApplicationAbortedEventArgs.cs
- DateTimeStorage.cs
- VerbConverter.cs
- VarRefManager.cs
- ScaleTransform.cs
- XmlSignatureManifest.cs
- DateTimeFormatInfo.cs
- AttributeCollection.cs
- ToolStripProgressBar.cs
- PersonalizationStateInfo.cs
- TraceHandler.cs
- Freezable.cs
- SqlUserDefinedAggregateAttribute.cs
- CommandHelpers.cs
- DateTimeSerializationSection.cs