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
- ValueTable.cs
- ContainerUIElement3D.cs
- SchemaCollectionCompiler.cs
- DuplexChannel.cs
- WindowsGraphics2.cs
- Literal.cs
- JsonDeserializer.cs
- ContextMenuStripGroup.cs
- DataGridViewCellConverter.cs
- BindingManagerDataErrorEventArgs.cs
- WebPartMenuStyle.cs
- RSACryptoServiceProvider.cs
- CompilerWrapper.cs
- WebProxyScriptElement.cs
- XmlDataProvider.cs
- GraphicsPath.cs
- SelectionItemProviderWrapper.cs
- ViewManager.cs
- ConstantExpression.cs
- BamlBinaryReader.cs
- ProjectionPruner.cs
- UnmanagedHandle.cs
- AncestorChangedEventArgs.cs
- thaishape.cs
- ItemsControl.cs
- PagerSettings.cs
- ACL.cs
- BitmapInitialize.cs
- ItemDragEvent.cs
- HtmlFormWrapper.cs
- PreservationFileReader.cs
- FunctionQuery.cs
- HttpMethodAttribute.cs
- KeyConstraint.cs
- TiffBitmapDecoder.cs
- MatrixTransform.cs
- COM2FontConverter.cs
- COM2IDispatchConverter.cs
- XmlChoiceIdentifierAttribute.cs
- HotCommands.cs
- ValidatorCollection.cs
- PathSegmentCollection.cs
- ExpandSegment.cs
- SmiContext.cs
- CharKeyFrameCollection.cs
- CommonGetThemePartSize.cs
- EdmComplexTypeAttribute.cs
- ExtensionQuery.cs
- ContextToken.cs
- BuildManager.cs
- DiagnosticsConfigurationHandler.cs
- SqlDeflator.cs
- DataDocumentXPathNavigator.cs
- BindingContext.cs
- HttpContextWrapper.cs
- ImageCodecInfoPrivate.cs
- CanonicalXml.cs
- TypeUtil.cs
- PeerName.cs
- ObjectDataSourceChooseMethodsPanel.cs
- TextElement.cs
- ProfileParameter.cs
- ApplicationSecurityManager.cs
- ListArgumentProvider.cs
- ComponentResourceManager.cs
- CapabilitiesUse.cs
- HScrollProperties.cs
- IndependentAnimationStorage.cs
- RelOps.cs
- FixedElement.cs
- EntityClassGenerator.cs
- CompModSwitches.cs
- AttributeInfo.cs
- SqlDeflator.cs
- Array.cs
- XmlEntity.cs
- EventBuilder.cs
- SymLanguageVendor.cs
- Parameter.cs
- WebControlsSection.cs
- Int32Storage.cs
- XamlReaderHelper.cs
- BaseDataList.cs
- RequestStatusBarUpdateEventArgs.cs
- ModelItemCollectionImpl.cs
- ApplicationBuildProvider.cs
- WebRequestModuleElementCollection.cs
- UncommonField.cs
- ValidationErrorCollection.cs
- ChannelCacheSettings.cs
- HeaderPanel.cs
- AnimationClock.cs
- Rect3D.cs
- ShapingEngine.cs
- UIElement3DAutomationPeer.cs
- IPAddress.cs
- FolderBrowserDialog.cs
- Stacktrace.cs
- BasicCellRelation.cs
- SystemIPInterfaceProperties.cs