Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Compilation / BuildProviderAppliesToAttribute.cs / 1 / BuildProviderAppliesToAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System.Security.Permissions; using System.Web.Configuration; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class BuildProviderAppliesToAttribute : Attribute { private BuildProviderAppliesTo _appliesTo; public BuildProviderAppliesToAttribute(BuildProviderAppliesTo appliesTo) { _appliesTo = appliesTo; } public BuildProviderAppliesTo AppliesTo { get { return _appliesTo; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System.Security.Permissions; using System.Web.Configuration; [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class BuildProviderAppliesToAttribute : Attribute { private BuildProviderAppliesTo _appliesTo; public BuildProviderAppliesToAttribute(BuildProviderAppliesTo appliesTo) { _appliesTo = appliesTo; } public BuildProviderAppliesTo AppliesTo { get { return _appliesTo; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- LocalizableAttribute.cs
- ObjectListTitleAttribute.cs
- SoapAttributes.cs
- GridViewRowEventArgs.cs
- LoginCancelEventArgs.cs
- TemplatedMailWebEventProvider.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DefaultTypeArgumentAttribute.cs
- DispatcherHooks.cs
- SqlBulkCopy.cs
- FixedSOMTableCell.cs
- StylusPointCollection.cs
- DataGridViewBand.cs
- ObjectHelper.cs
- TextAnchor.cs
- BitmapFrame.cs
- GeneralTransform3DTo2DTo3D.cs
- XmlSchemaSequence.cs
- IisHelper.cs
- CustomAttributeFormatException.cs
- PersonalizationAdministration.cs
- PrintingPermissionAttribute.cs
- RangeExpression.cs
- UInt16Converter.cs
- EntitySet.cs
- MetadataWorkspace.cs
- DesignBindingEditor.cs
- XMLDiffLoader.cs
- ReferenceSchema.cs
- JournalEntryListConverter.cs
- SubtreeProcessor.cs
- NullableFloatAverageAggregationOperator.cs
- Line.cs
- DockingAttribute.cs
- FrameSecurityDescriptor.cs
- CornerRadiusConverter.cs
- Byte.cs
- BitmapCacheBrush.cs
- LineBreakRecord.cs
- XmlMapping.cs
- PageParserFilter.cs
- SqlBulkCopy.cs
- Button.cs
- ReadWriteObjectLock.cs
- PerspectiveCamera.cs
- XmlAttributes.cs
- PerformanceCounterPermission.cs
- InkPresenterAutomationPeer.cs
- FixedHyperLink.cs
- SoapIgnoreAttribute.cs
- UserControlCodeDomTreeGenerator.cs
- PageThemeBuildProvider.cs
- GenericTypeParameterBuilder.cs
- SoapExtensionTypeElementCollection.cs
- DrawingContext.cs
- InfoCardKeyedHashAlgorithm.cs
- AppDomainFactory.cs
- TlsnegoTokenAuthenticator.cs
- HttpProfileBase.cs
- GeneralTransform3DTo2DTo3D.cs
- SmiEventSink_DeferedProcessing.cs
- OleDbCommand.cs
- UnhandledExceptionEventArgs.cs
- DataGridViewAccessibleObject.cs
- ListBox.cs
- SqlConnectionPoolProviderInfo.cs
- Invariant.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- ControlCollection.cs
- ModuleBuilderData.cs
- DESCryptoServiceProvider.cs
- DynamicRenderer.cs
- Int16Storage.cs
- _ContextAwareResult.cs
- BindingContext.cs
- ScrollChrome.cs
- SystemWebExtensionsSectionGroup.cs
- SerialPort.cs
- SqlFlattener.cs
- TransferRequestHandler.cs
- RightsManagementResourceHelper.cs
- Rules.cs
- ListControl.cs
- DataSourceSelectArguments.cs
- ApplicationSecurityInfo.cs
- Validator.cs
- NativeCppClassAttribute.cs
- XamlGridLengthSerializer.cs
- ToolBar.cs
- ParameterToken.cs
- DefaultShape.cs
- RepeatBehavior.cs
- RowSpanVector.cs
- SqlDataAdapter.cs
- Matrix3D.cs
- DataGridViewToolTip.cs
- ReliableChannelListener.cs
- PageAsyncTask.cs
- WsiProfilesElement.cs
- RecommendedAsConfigurableAttribute.cs