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
- HttpContext.cs
- DataGridColumnEventArgs.cs
- COM2IManagedPerPropertyBrowsingHandler.cs
- XslTransform.cs
- Figure.cs
- PartialCachingControl.cs
- Expression.cs
- OutputCacheModule.cs
- CodeTypeReferenceExpression.cs
- FrugalList.cs
- GlobalizationAssembly.cs
- EnumMember.cs
- Separator.cs
- Splitter.cs
- ValueUtilsSmi.cs
- RangeValueProviderWrapper.cs
- Size3DConverter.cs
- DataSourceIDConverter.cs
- SqlDataAdapter.cs
- NamespaceInfo.cs
- SingleKeyFrameCollection.cs
- SafeNativeMemoryHandle.cs
- XNodeValidator.cs
- Operand.cs
- AttachedAnnotation.cs
- Int64Storage.cs
- TreeNodeConverter.cs
- LicFileLicenseProvider.cs
- CancellationHandler.cs
- ZipIOCentralDirectoryBlock.cs
- EDesignUtil.cs
- PauseStoryboard.cs
- DataBindingExpressionBuilder.cs
- HashLookup.cs
- SetterTriggerConditionValueConverter.cs
- FormViewRow.cs
- DataColumnMappingCollection.cs
- MaterialCollection.cs
- TimeoutConverter.cs
- EventSourceCreationData.cs
- UpdatePanelTrigger.cs
- ConfigXmlCDataSection.cs
- DbCommandTree.cs
- ItemContainerPattern.cs
- ByteAnimation.cs
- SystemException.cs
- DataPagerFieldCollection.cs
- SerializerDescriptor.cs
- PanelContainerDesigner.cs
- MetaData.cs
- NavigationHelper.cs
- Viewport3DVisual.cs
- ContentTypeSettingClientMessageFormatter.cs
- QuaternionKeyFrameCollection.cs
- TaiwanLunisolarCalendar.cs
- CookieParameter.cs
- ToolStripItem.cs
- DriveNotFoundException.cs
- DefaultTraceListener.cs
- DataSourceViewSchemaConverter.cs
- SerializationHelper.cs
- StreamReader.cs
- UITypeEditor.cs
- TextBreakpoint.cs
- FlowDocumentScrollViewer.cs
- MarkupCompilePass1.cs
- XsltInput.cs
- SessionEndingCancelEventArgs.cs
- RunInstallerAttribute.cs
- ObjectConverter.cs
- ScriptReference.cs
- SqlTopReducer.cs
- ConfigXmlCDataSection.cs
- COM2TypeInfoProcessor.cs
- ColumnReorderedEventArgs.cs
- ByteStream.cs
- GridToolTip.cs
- ParentQuery.cs
- SectionInformation.cs
- NotConverter.cs
- SessionState.cs
- StringUtil.cs
- NavigateUrlConverter.cs
- QilSortKey.cs
- PrimitiveCodeDomSerializer.cs
- RepeaterItem.cs
- RoutedEventConverter.cs
- ProtocolsSection.cs
- ContextMenuStripGroupCollection.cs
- OutputCacheProfile.cs
- RegularExpressionValidator.cs
- StaticContext.cs
- XmlAttributeOverrides.cs
- HtmlInputHidden.cs
- VisualBasicSettingsHandler.cs
- InvalidAsynchronousStateException.cs
- DocumentReferenceCollection.cs
- DiffuseMaterial.cs
- DataServiceQueryContinuation.cs
- TextEditorSpelling.cs