Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ //// 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
- RowCache.cs
- WindowClosedEventArgs.cs
- ListBase.cs
- DbMetaDataCollectionNames.cs
- DeviceContexts.cs
- InvalidOperationException.cs
- XmlSchemaGroup.cs
- Style.cs
- RelationshipType.cs
- PreDigestedSignedInfo.cs
- BamlRecordReader.cs
- RemoveStoryboard.cs
- PropertyChangedEventArgs.cs
- ObjectToIdCache.cs
- DefaultValueMapping.cs
- DoubleConverter.cs
- CheckBox.cs
- PagesSection.cs
- DataGridViewTextBoxCell.cs
- QueryExtender.cs
- Schedule.cs
- PageCopyCount.cs
- GestureRecognizer.cs
- HttpsChannelListener.cs
- SqlDependencyUtils.cs
- OracleCommandBuilder.cs
- AuthenticateEventArgs.cs
- AstTree.cs
- HttpsChannelFactory.cs
- TabControl.cs
- TypeSemantics.cs
- ThemeableAttribute.cs
- DesignerCalendarAdapter.cs
- NativeMethods.cs
- EnumValAlphaComparer.cs
- SQLStringStorage.cs
- ObjectItemCollection.cs
- SqlOuterApplyReducer.cs
- Bidi.cs
- ControlCollection.cs
- SqlAggregateChecker.cs
- StreamReader.cs
- XpsPartBase.cs
- CharStorage.cs
- Int32Rect.cs
- RSAPKCS1SignatureDeformatter.cs
- JsonDeserializer.cs
- SoapServerMessage.cs
- ExecutionContext.cs
- Variable.cs
- ConfigXmlElement.cs
- Panel.cs
- ToolStripContainer.cs
- DbgUtil.cs
- OdbcTransaction.cs
- BounceEase.cs
- XmlWriter.cs
- _ProxyRegBlob.cs
- Rect3D.cs
- WebScriptMetadataMessageEncodingBindingElement.cs
- XmlDocumentFragment.cs
- Literal.cs
- ProviderUtil.cs
- InputBuffer.cs
- ImageSource.cs
- EpmTargetTree.cs
- Int64Storage.cs
- ImageListStreamer.cs
- FaultPropagationQuery.cs
- SecUtil.cs
- SplineKeyFrames.cs
- PDBReader.cs
- GridItemProviderWrapper.cs
- TableDetailsCollection.cs
- baseaxisquery.cs
- HtmlControl.cs
- JsonGlobals.cs
- EnumMember.cs
- TraceUtility.cs
- loginstatus.cs
- nulltextcontainer.cs
- SqlDataSourceView.cs
- ResourceDescriptionAttribute.cs
- InternalMappingException.cs
- RenderDataDrawingContext.cs
- DataGridTable.cs
- BitmapDecoder.cs
- MimeTypeMapper.cs
- CharacterBufferReference.cs
- CqlLexer.cs
- WindowsListViewItemCheckBox.cs
- XmlRawWriter.cs
- localization.cs
- StrokeNodeEnumerator.cs
- BitmapEffect.cs
- sqlmetadatafactory.cs
- TypeDescriptorFilterService.cs
- RawStylusInputCustomDataList.cs
- PropertyMapper.cs
- _Connection.cs