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
- ListSortDescription.cs
- DataRowCollection.cs
- ServiceSettingsResponseInfo.cs
- RecordsAffectedEventArgs.cs
- BindingSourceDesigner.cs
- GridViewRowEventArgs.cs
- ProcessProtocolHandler.cs
- TreeNode.cs
- HttpCacheVary.cs
- SettingsBindableAttribute.cs
- GroupQuery.cs
- Property.cs
- ExceptionHelpers.cs
- BinaryWriter.cs
- IncrementalReadDecoders.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- SqlWebEventProvider.cs
- ChannelReliableSession.cs
- GeneralTransform2DTo3DTo2D.cs
- Vector.cs
- SharedTcpTransportManager.cs
- RawStylusInput.cs
- CodeGeneratorOptions.cs
- RelationshipSet.cs
- FrameSecurityDescriptor.cs
- Int32Converter.cs
- StringConcat.cs
- _LocalDataStore.cs
- RegionIterator.cs
- DbProviderConfigurationHandler.cs
- XmlTextWriter.cs
- InputScopeManager.cs
- UrlPath.cs
- AttachmentService.cs
- PositiveTimeSpanValidatorAttribute.cs
- cookie.cs
- Events.cs
- MiniLockedBorderGlyph.cs
- RangeValueProviderWrapper.cs
- RegexGroupCollection.cs
- LineGeometry.cs
- SchemaImporterExtensionElementCollection.cs
- SupportingTokenListenerFactory.cs
- ReplacementText.cs
- KerberosReceiverSecurityToken.cs
- TextServicesLoader.cs
- XmlTextEncoder.cs
- FamilyMap.cs
- HtmlControlDesigner.cs
- ParameterDataSourceExpression.cs
- HealthMonitoringSectionHelper.cs
- UIElementIsland.cs
- ToolStripCodeDomSerializer.cs
- ClassData.cs
- wpf-etw.cs
- Operators.cs
- WhitespaceRuleLookup.cs
- XmlHierarchyData.cs
- DataPager.cs
- RowUpdatingEventArgs.cs
- ColumnPropertiesGroup.cs
- Merger.cs
- XmlConverter.cs
- DataViewSettingCollection.cs
- MultipartIdentifier.cs
- CacheVirtualItemsEvent.cs
- SerializationInfoEnumerator.cs
- MobileContainerDesigner.cs
- SetIterators.cs
- AuthorizationRule.cs
- InkCanvasAutomationPeer.cs
- RenderData.cs
- SpotLight.cs
- XmlSchemaType.cs
- InvokeBase.cs
- ValidationService.cs
- QilPatternVisitor.cs
- TextEditorMouse.cs
- log.cs
- Condition.cs
- ParameterBuilder.cs
- XomlCompilerHelpers.cs
- DataBinder.cs
- PropertyPushdownHelper.cs
- List.cs
- ToolStripRendererSwitcher.cs
- _ListenerRequestStream.cs
- RayMeshGeometry3DHitTestResult.cs
- BufferedReadStream.cs
- SeekStoryboard.cs
- FormViewUpdateEventArgs.cs
- SelectionRange.cs
- SafeHandles.cs
- TrackingServices.cs
- TrackingWorkflowEventArgs.cs
- WeakEventTable.cs
- SortKey.cs
- SapiRecognizer.cs
- WrapPanel.cs
- Item.cs