Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / Configuration / ScriptingSectionGroup.cs / 1305376 / ScriptingSectionGroup.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web.Configuration {
using System;
using System.Configuration;
using System.Web;
public sealed class ScriptingSectionGroup : ConfigurationSectionGroup {
[ConfigurationProperty("webServices")]
#pragma warning disable 0436
public ScriptingWebServicesSectionGroup WebServices {
get {
return (ScriptingWebServicesSectionGroup)SectionGroups["webServices"];
}
}
#pragma warning restore 0436
[ConfigurationProperty("scriptResourceHandler")]
public ScriptingScriptResourceHandlerSection ScriptResourceHandler {
get {
return (ScriptingScriptResourceHandlerSection)Sections["scriptResourceHandler"];
}
}
}
}
// 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
- SrgsRulesCollection.cs
- RuleConditionDialog.cs
- MediaTimeline.cs
- BypassElement.cs
- DependencyPropertyAttribute.cs
- SQLSingleStorage.cs
- AdornerLayer.cs
- Tool.cs
- TheQuery.cs
- SoapBinding.cs
- FormsAuthenticationUser.cs
- DynamicQueryableWrapper.cs
- Root.cs
- SolidColorBrush.cs
- MeasureItemEvent.cs
- userdatakeys.cs
- XmlSerializerSection.cs
- NavigatingCancelEventArgs.cs
- ToolStripItemTextRenderEventArgs.cs
- UrlAuthFailedErrorFormatter.cs
- Token.cs
- DeflateStream.cs
- InputBindingCollection.cs
- LZCodec.cs
- SiteMap.cs
- CapabilitiesState.cs
- ToolStripItemImageRenderEventArgs.cs
- InputGestureCollection.cs
- ObjectComplexPropertyMapping.cs
- Point3D.cs
- CapabilitiesSection.cs
- TemplateColumn.cs
- FontInfo.cs
- KnownColorTable.cs
- XmlnsPrefixAttribute.cs
- HelpEvent.cs
- ColumnReorderedEventArgs.cs
- MemberPathMap.cs
- OAVariantLib.cs
- PreProcessInputEventArgs.cs
- SqlClientFactory.cs
- WebBrowserNavigatedEventHandler.cs
- Viewport3DAutomationPeer.cs
- SplashScreenNativeMethods.cs
- AutomationPatternInfo.cs
- BrowserDefinition.cs
- Tool.cs
- LocatorGroup.cs
- DesignerView.cs
- ResourceContainerWrapper.cs
- XmlQualifiedName.cs
- ProtocolsConfiguration.cs
- EntityDataSourceView.cs
- MimeMapping.cs
- NaturalLanguageHyphenator.cs
- MethodSignatureGenerator.cs
- SynchronizedDispatch.cs
- SqlDelegatedTransaction.cs
- BuildProviderAppliesToAttribute.cs
- UnicodeEncoding.cs
- APCustomTypeDescriptor.cs
- LowerCaseStringConverter.cs
- ElementProxy.cs
- Cursors.cs
- XmlSchemaComplexType.cs
- OleDbConnection.cs
- Configuration.cs
- MultiBinding.cs
- PenLineCapValidation.cs
- RTLAwareMessageBox.cs
- BoundingRectTracker.cs
- DeferredElementTreeState.cs
- Drawing.cs
- SqlConnectionPoolProviderInfo.cs
- SettingsBase.cs
- IntSumAggregationOperator.cs
- DbResourceAllocator.cs
- InvalidCardException.cs
- Barrier.cs
- View.cs
- ToolStripRenderer.cs
- QueryInterceptorAttribute.cs
- Matrix3DValueSerializer.cs
- Attributes.cs
- RolePrincipal.cs
- OracleRowUpdatingEventArgs.cs
- DocumentOutline.cs
- XMLDiffLoader.cs
- EntityProviderFactory.cs
- InvokeHandlers.cs
- TextBounds.cs
- DataSetMappper.cs
- login.cs
- SimpleType.cs
- ExeContext.cs
- ComponentManagerBroker.cs
- LazyTextWriterCreator.cs
- MulticastNotSupportedException.cs
- DrawItemEvent.cs
- IntPtr.cs