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
- TabItemWrapperAutomationPeer.cs
- InfoCardTraceRecord.cs
- MediaPlayerState.cs
- DataViewSettingCollection.cs
- IISMapPath.cs
- MultiBinding.cs
- SingleQueryOperator.cs
- FamilyMapCollection.cs
- DataTableReader.cs
- ScriptBehaviorDescriptor.cs
- SwitchExpression.cs
- ByteRangeDownloader.cs
- SnapLine.cs
- MemberAssignment.cs
- LambdaExpression.cs
- SvcFileManager.cs
- SrgsDocument.cs
- DataStorage.cs
- BooleanSwitch.cs
- SecurityRuntime.cs
- ScrollContentPresenter.cs
- EditorZoneDesigner.cs
- TimelineClockCollection.cs
- PerspectiveCamera.cs
- RequiredFieldValidator.cs
- CodeDOMProvider.cs
- OdbcDataAdapter.cs
- sqlpipe.cs
- SqlUdtInfo.cs
- SrgsSubset.cs
- MsmqAuthenticationMode.cs
- SqlConnectionString.cs
- WindowsListViewGroupHelper.cs
- FragmentQueryKB.cs
- SelectionWordBreaker.cs
- HeaderedItemsControl.cs
- LogWriteRestartAreaState.cs
- CollectionViewSource.cs
- IdentitySection.cs
- CurrencyManager.cs
- WindowsFormsSectionHandler.cs
- TimeSpanParse.cs
- SiblingIterators.cs
- SoapAttributeOverrides.cs
- DrawingContextDrawingContextWalker.cs
- BuildManager.cs
- SchemaCollectionCompiler.cs
- RangeEnumerable.cs
- DataGridLinkButton.cs
- ValidatingReaderNodeData.cs
- MessageQueueConverter.cs
- TableSectionStyle.cs
- ApplicationFileParser.cs
- activationcontext.cs
- UrlAuthFailedErrorFormatter.cs
- StringSource.cs
- XmlNavigatorFilter.cs
- XDeferredAxisSource.cs
- ToolStripPanelCell.cs
- DocumentsTrace.cs
- RegexCompiler.cs
- SaveFileDialog.cs
- PKCS1MaskGenerationMethod.cs
- DesignerDataColumn.cs
- WsiProfilesElement.cs
- AnnotationResourceChangedEventArgs.cs
- DBConnection.cs
- MimeTypePropertyAttribute.cs
- SessionEndedEventArgs.cs
- OracleDataReader.cs
- StandardTransformFactory.cs
- WebBrowserContainer.cs
- DataGridItemCollection.cs
- HeaderLabel.cs
- XmlQualifiedNameTest.cs
- IgnoreSection.cs
- ToolStripDropDownItem.cs
- IncrementalCompileAnalyzer.cs
- GetLedgerRequest.cs
- COM2EnumConverter.cs
- BinaryUtilClasses.cs
- ViewSimplifier.cs
- WinFormsComponentEditor.cs
- NegatedConstant.cs
- VirtualPathData.cs
- CheckoutException.cs
- CheckBoxBaseAdapter.cs
- CommandHelpers.cs
- HttpModuleAction.cs
- EmptyEnumerable.cs
- BitmapPalettes.cs
- httpapplicationstate.cs
- TripleDESCryptoServiceProvider.cs
- DbConnectionPool.cs
- TreePrinter.cs
- BrushProxy.cs
- DoubleCollection.cs
- WebHttpDispatchOperationSelectorData.cs
- RoleServiceManager.cs
- SchemaInfo.cs