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
- WindowsListViewItemStartMenu.cs
- HtmlInputReset.cs
- FontConverter.cs
- Block.cs
- RC2CryptoServiceProvider.cs
- ContentType.cs
- ReverseQueryOperator.cs
- WasEndpointConfigContainer.cs
- AmbiguousMatchException.cs
- DataBindEngine.cs
- Tuple.cs
- BamlRecordWriter.cs
- MenuAdapter.cs
- EpmContentDeSerializerBase.cs
- SerializationSectionGroup.cs
- ElementHostAutomationPeer.cs
- DigestTraceRecordHelper.cs
- XmlDictionaryWriter.cs
- WindowsAltTab.cs
- BitmapInitialize.cs
- BaseCollection.cs
- Gdiplus.cs
- SqlCachedBuffer.cs
- EmptyControlCollection.cs
- FontSourceCollection.cs
- HostedHttpRequestAsyncResult.cs
- SafeFindHandle.cs
- SettingsPropertyCollection.cs
- DESCryptoServiceProvider.cs
- RSAOAEPKeyExchangeDeformatter.cs
- RegexCaptureCollection.cs
- RoutedPropertyChangedEventArgs.cs
- Debug.cs
- HiddenField.cs
- DependencyPropertyConverter.cs
- ScrollEvent.cs
- KeyConstraint.cs
- TextContainerChangedEventArgs.cs
- FilteredDataSetHelper.cs
- TypeConverterAttribute.cs
- entityreference_tresulttype.cs
- NodeLabelEditEvent.cs
- SoapClientProtocol.cs
- HelloOperationAsyncResult.cs
- DataException.cs
- FileSecurity.cs
- PeerNearMe.cs
- ObjectContextServiceProvider.cs
- FunctionImportMapping.cs
- GZipDecoder.cs
- ArgumentOutOfRangeException.cs
- xmlformatgeneratorstatics.cs
- ProcessProtocolHandler.cs
- ScriptResourceHandler.cs
- SoapRpcMethodAttribute.cs
- SqlCacheDependencyDatabaseCollection.cs
- OLEDB_Util.cs
- dbdatarecord.cs
- ParserOptions.cs
- FullTextState.cs
- PeerNameRegistration.cs
- DatasetMethodGenerator.cs
- DataTableExtensions.cs
- AdPostCacheSubstitution.cs
- ComponentChangedEvent.cs
- DesignerInterfaces.cs
- ActiveXSite.cs
- EncoderNLS.cs
- XmlSchemaSubstitutionGroup.cs
- MultipartContentParser.cs
- ArgIterator.cs
- ReceiveMessageAndVerifySecurityAsyncResultBase.cs
- ReservationCollection.cs
- XmlSchemaSimpleTypeRestriction.cs
- HashRepartitionStream.cs
- ObjectListDesigner.cs
- ListViewEditEventArgs.cs
- ProvideValueServiceProvider.cs
- OrderToken.cs
- Peer.cs
- CookielessData.cs
- ProcessModelSection.cs
- ParagraphResult.cs
- CellIdBoolean.cs
- DataViewListener.cs
- lengthconverter.cs
- WebPartDisplayModeEventArgs.cs
- FileIOPermission.cs
- SqlProfileProvider.cs
- Context.cs
- RC2CryptoServiceProvider.cs
- EventSourceCreationData.cs
- FixedSchema.cs
- Point3DIndependentAnimationStorage.cs
- ReflectionServiceProvider.cs
- XpsStructure.cs
- AuthenticationModulesSection.cs
- SerializationEventsCache.cs
- SmiEventSink_DeferedProcessing.cs
- PrintDialog.cs