Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / Compilation / ExpressionPrefixAttribute.cs / 1 / ExpressionPrefixAttribute.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.Compilation { using System; using System.ComponentModel; using System.Security.Permissions; [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ExpressionPrefixAttribute : Attribute { private string _expressionPrefix; public ExpressionPrefixAttribute(string expressionPrefix) { if (String.IsNullOrEmpty(expressionPrefix)) { throw new ArgumentNullException("expressionPrefix"); } _expressionPrefix = expressionPrefix; } public string ExpressionPrefix { get { return _expressionPrefix; } } } } // 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; using System.ComponentModel; using System.Security.Permissions; [AttributeUsage(AttributeTargets.Class, AllowMultiple=false)] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class ExpressionPrefixAttribute : Attribute { private string _expressionPrefix; public ExpressionPrefixAttribute(string expressionPrefix) { if (String.IsNullOrEmpty(expressionPrefix)) { throw new ArgumentNullException("expressionPrefix"); } _expressionPrefix = expressionPrefix; } public string ExpressionPrefix { get { return _expressionPrefix; } } } } // 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
- PolyQuadraticBezierSegment.cs
- EmbeddedMailObjectsCollection.cs
- DynamicUpdateCommand.cs
- FusionWrap.cs
- ReachDocumentReferenceSerializer.cs
- DeferredSelectedIndexReference.cs
- WebPartTracker.cs
- ArgumentElement.cs
- IdentifierService.cs
- SplitterPanel.cs
- DesignerLabelAdapter.cs
- ToolStripContainer.cs
- AlphaSortedEnumConverter.cs
- GuidelineCollection.cs
- RIPEMD160.cs
- HostingEnvironmentException.cs
- XmlDownloadManager.cs
- filewebresponse.cs
- ValidatingPropertiesEventArgs.cs
- DataControlImageButton.cs
- TextDecorationUnitValidation.cs
- EllipseGeometry.cs
- HttpApplication.cs
- UnwrappedTypesXmlSerializerManager.cs
- Propagator.JoinPropagator.SubstitutingCloneVisitor.cs
- AutomationPropertyInfo.cs
- WebRequest.cs
- BinHexDecoder.cs
- Util.cs
- HttpWebResponse.cs
- loginstatus.cs
- TransformerInfoCollection.cs
- DispatcherTimer.cs
- ViewKeyConstraint.cs
- Brushes.cs
- TraceContextRecord.cs
- EpmSourceTree.cs
- CompilerLocalReference.cs
- ExtensibleClassFactory.cs
- NumericPagerField.cs
- ToolStripDropDownMenu.cs
- MsmqProcessProtocolHandler.cs
- AspProxy.cs
- XmlBinaryReaderSession.cs
- ToolBarButtonDesigner.cs
- XmlSerializationReader.cs
- HtmlSelect.cs
- TypeUtil.cs
- PenContext.cs
- ServicePoint.cs
- PartialClassGenerationTask.cs
- CompositeDataBoundControl.cs
- SessionStateModule.cs
- InvokeProviderWrapper.cs
- MessageFormatterConverter.cs
- ConvertEvent.cs
- COM2Properties.cs
- DataChangedEventManager.cs
- MeasurementDCInfo.cs
- ExpressionBinding.cs
- XamlPoint3DCollectionSerializer.cs
- basevalidator.cs
- ClassImporter.cs
- TableCellCollection.cs
- ObjectTag.cs
- DrawingContextDrawingContextWalker.cs
- ClientEventManager.cs
- SafeBitVector32.cs
- EventLogger.cs
- SqlAliasesReferenced.cs
- Rotation3DKeyFrameCollection.cs
- PictureBoxDesigner.cs
- RotateTransform.cs
- MessageDecoder.cs
- ServicesUtilities.cs
- ImageIndexConverter.cs
- SerTrace.cs
- XmlSchemaSimpleTypeList.cs
- DataBindingCollectionConverter.cs
- SystemUdpStatistics.cs
- MailAddress.cs
- _SingleItemRequestCache.cs
- WindowsToolbarItemAsMenuItem.cs
- AutomationPatternInfo.cs
- Brushes.cs
- ConfigurationValidatorAttribute.cs
- CodeStatementCollection.cs
- HiddenField.cs
- AllMembershipCondition.cs
- Size.cs
- OutputCacheProfileCollection.cs
- XmlQueryTypeFactory.cs
- RegisteredHiddenField.cs
- Timer.cs
- ScriptResourceDefinition.cs
- WindowsAuthenticationEventArgs.cs
- LogReservationCollection.cs
- FloaterParagraph.cs
- CacheOutputQuery.cs
- xsdvalidator.cs