Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Setter.cs
- glyphs.cs
- CacheDependency.cs
- SQLInt16Storage.cs
- SchemaRegistration.cs
- DriveInfo.cs
- ImageListUtils.cs
- NetworkStream.cs
- AvtEvent.cs
- AsymmetricAlgorithm.cs
- StorageAssociationSetMapping.cs
- SQLDateTime.cs
- ArrayWithOffset.cs
- Point3DValueSerializer.cs
- InputMethodStateChangeEventArgs.cs
- TextContainer.cs
- SubordinateTransaction.cs
- LinqExpressionNormalizer.cs
- XhtmlBasicTextViewAdapter.cs
- ImageCodecInfoPrivate.cs
- ClockGroup.cs
- Imaging.cs
- ComponentResourceManager.cs
- ToolBarOverflowPanel.cs
- PartBasedPackageProperties.cs
- PenThread.cs
- AuthenticationModuleElementCollection.cs
- SimpleExpression.cs
- CompilerHelpers.cs
- SafeNativeMethods.cs
- InvokeWebService.cs
- ActivityCollectionMarkupSerializer.cs
- TablePatternIdentifiers.cs
- HtmlFormParameterReader.cs
- KeySpline.cs
- SystemNetworkInterface.cs
- ValidationErrorInfo.cs
- PropertyGridCommands.cs
- VariableQuery.cs
- SimpleTypeResolver.cs
- DelimitedListTraceListener.cs
- RelationshipConverter.cs
- DataObjectEventArgs.cs
- contentDescriptor.cs
- MediaPlayer.cs
- ObjectCloneHelper.cs
- Expressions.cs
- SoapProcessingBehavior.cs
- PointLight.cs
- EventLogPermission.cs
- FlowPosition.cs
- XPathAncestorIterator.cs
- NotifyParentPropertyAttribute.cs
- NumericExpr.cs
- DynamicRendererThreadManager.cs
- DnsEndpointIdentity.cs
- AsnEncodedData.cs
- WebServiceData.cs
- WebControl.cs
- SqlConnectionString.cs
- ToolStripContainer.cs
- Point.cs
- AsymmetricKeyExchangeDeformatter.cs
- recordstatescratchpad.cs
- XmlStringTable.cs
- SqlCacheDependencySection.cs
- TreeNodeEventArgs.cs
- CompositeDataBoundControl.cs
- MemberRestriction.cs
- MemoryFailPoint.cs
- AliasedSlot.cs
- DrawingImage.cs
- KeyEventArgs.cs
- Component.cs
- Matrix3D.cs
- RuntimeEnvironment.cs
- ExcCanonicalXml.cs
- assemblycache.cs
- TemplateControlCodeDomTreeGenerator.cs
- AdjustableArrowCap.cs
- EventLogInformation.cs
- DataListItemEventArgs.cs
- DigitShape.cs
- SrgsElement.cs
- SoapIncludeAttribute.cs
- SoapIgnoreAttribute.cs
- SchemaCollectionPreprocessor.cs
- HttpCacheParams.cs
- DependencyPropertyChangedEventArgs.cs
- FacetValues.cs
- LinkedDataMemberFieldEditor.cs
- HandlerFactoryCache.cs
- BoolExpr.cs
- NativeConfigurationLoader.cs
- WebProxyScriptElement.cs
- EncryptRequest.cs
- DataObjectPastingEventArgs.cs
- Publisher.cs
- AnimatedTypeHelpers.cs
- WebEventTraceProvider.cs