Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TriggerAction.cs
- DbQueryCommandTree.cs
- EventLogEntryCollection.cs
- MimeImporter.cs
- ReaderWriterLockWrapper.cs
- InputScopeConverter.cs
- Stacktrace.cs
- EntityCollectionChangedParams.cs
- EmptyImpersonationContext.cs
- ValidationContext.cs
- XPathChildIterator.cs
- Tablet.cs
- SignatureHelper.cs
- TreeNodeCollectionEditor.cs
- ActivitySurrogateSelector.cs
- FrameworkContentElement.cs
- DataGridViewCellLinkedList.cs
- RelationshipType.cs
- DataGridRowDetailsEventArgs.cs
- HtmlDocument.cs
- InstancePersistenceException.cs
- TextureBrush.cs
- XmlBinaryReader.cs
- GreenMethods.cs
- ExternalCalls.cs
- CodeIdentifier.cs
- TemplatedWizardStep.cs
- SqlTrackingService.cs
- PropertyAccessVisitor.cs
- RegularExpressionValidator.cs
- ButtonPopupAdapter.cs
- BadImageFormatException.cs
- HtmlInputControl.cs
- ActiveDesignSurfaceEvent.cs
- SerializationSectionGroup.cs
- SendActivityValidator.cs
- localization.cs
- StaticExtension.cs
- WebMessageEncoderFactory.cs
- PeerName.cs
- RunInstallerAttribute.cs
- IsolatedStorageException.cs
- IfAction.cs
- Label.cs
- InkCanvasAutomationPeer.cs
- StatusBarPanel.cs
- SourceInterpreter.cs
- Size3DConverter.cs
- RepeaterItemCollection.cs
- SettingsBindableAttribute.cs
- ColorMap.cs
- TextBoxLine.cs
- SwitchAttribute.cs
- CustomLineCap.cs
- IISMapPath.cs
- XmlSequenceWriter.cs
- HttpStreams.cs
- EndpointInfo.cs
- DesignerToolStripControlHost.cs
- IItemProperties.cs
- RelationshipEntry.cs
- InputScope.cs
- ComplexPropertyEntry.cs
- RepeaterCommandEventArgs.cs
- GlyphRunDrawing.cs
- WebHttpEndpointElement.cs
- TimeSpanStorage.cs
- BasicAsyncResult.cs
- OutOfProcStateClientManager.cs
- EnumBuilder.cs
- SimpleWorkerRequest.cs
- SystemSounds.cs
- FileDialog_Vista_Interop.cs
- ToolStripSplitButton.cs
- Splitter.cs
- EntityDataSourceContextCreatedEventArgs.cs
- SharedDp.cs
- DefaultPropertyAttribute.cs
- OracleException.cs
- ErrorRuntimeConfig.cs
- ToolStripItemEventArgs.cs
- SqlConnectionPoolGroupProviderInfo.cs
- CodeDomSerializer.cs
- StorageEndPropertyMapping.cs
- NavigationFailedEventArgs.cs
- DataControlFieldCell.cs
- Query.cs
- FolderNameEditor.cs
- DocumentViewer.cs
- SiteMapNodeItemEventArgs.cs
- DataBoundControlParameterTarget.cs
- BindingCollection.cs
- ConstantExpression.cs
- PropertiesTab.cs
- ValidationRuleCollection.cs
- MergeLocalizationDirectives.cs
- SoapHeaderAttribute.cs
- DataSourceCacheDurationConverter.cs
- ValueUtilsSmi.cs
- CachedTypeface.cs