Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / Compilation / ExpressionPrefixAttribute.cs / 1305376 / 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)] 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
- BindStream.cs
- EUCJPEncoding.cs
- CodeAccessSecurityEngine.cs
- SafeThemeHandle.cs
- PersianCalendar.cs
- TypeLibraryHelper.cs
- TemplateManager.cs
- InvalidProgramException.cs
- QualificationDataAttribute.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- InfoCardRSAPKCS1KeyExchangeDeformatter.cs
- DataGridViewHitTestInfo.cs
- TextStore.cs
- BuildDependencySet.cs
- GraphicsState.cs
- ToolZoneDesigner.cs
- ControlCachePolicy.cs
- VBCodeProvider.cs
- AppDomainAttributes.cs
- StylusTouchDevice.cs
- XPathNodeList.cs
- DefaultTraceListener.cs
- CatalogPartChrome.cs
- AutoGeneratedFieldProperties.cs
- Helpers.cs
- CodeTypeMember.cs
- EntityWithChangeTrackerStrategy.cs
- TimerElapsedEvenArgs.cs
- ZipFileInfo.cs
- SelectionProviderWrapper.cs
- MemoryMappedFileSecurity.cs
- ExceptionHelpers.cs
- WebServiceResponseDesigner.cs
- RotateTransform3D.cs
- FolderBrowserDialog.cs
- URLString.cs
- Encoding.cs
- SecureStringHasher.cs
- ReferenceService.cs
- WaitForChangedResult.cs
- EventSinkActivity.cs
- FrameworkElement.cs
- ListBindableAttribute.cs
- GuidConverter.cs
- MatrixTransform3D.cs
- Timer.cs
- HierarchicalDataSourceControl.cs
- StringUtil.cs
- ModulesEntry.cs
- HttpContext.cs
- Run.cs
- PackageProperties.cs
- CompiledXpathExpr.cs
- SignatureToken.cs
- TypeElement.cs
- TextBox.cs
- InputScopeAttribute.cs
- CodeTypeParameterCollection.cs
- DependencyObject.cs
- File.cs
- ProgressBar.cs
- ImageAttributes.cs
- DataGridLinkButton.cs
- CharAnimationBase.cs
- SqlTriggerContext.cs
- SmtpException.cs
- SubclassTypeValidatorAttribute.cs
- MsmqInputMessage.cs
- DataGridViewAccessibleObject.cs
- XmlSchemaDocumentation.cs
- PointAnimation.cs
- GenerateTemporaryTargetAssembly.cs
- PhoneCallDesigner.cs
- _UncName.cs
- DataGridViewCellToolTipTextNeededEventArgs.cs
- SafeHandles.cs
- ProgressBarAutomationPeer.cs
- InertiaRotationBehavior.cs
- IntegerValidator.cs
- PartitionerQueryOperator.cs
- OleDbDataAdapter.cs
- AssemblyBuilder.cs
- ObjectSpanRewriter.cs
- VirtualizingPanel.cs
- BinaryParser.cs
- AnnotationAuthorChangedEventArgs.cs
- MouseActionValueSerializer.cs
- AuthenticationModuleElement.cs
- XmlToDatasetMap.cs
- StreamSecurityUpgradeAcceptorBase.cs
- HatchBrush.cs
- SharedPerformanceCounter.cs
- CodeTryCatchFinallyStatement.cs
- Graph.cs
- FlowDocumentReader.cs
- DoubleLinkList.cs
- AssemblyInfo.cs
- ISSmlParser.cs
- DataControlField.cs
- NativeCompoundFileAPIs.cs