Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / 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;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DummyDataSource.cs
- MorphHelper.cs
- DeferredTextReference.cs
- PerformanceCounterPermissionEntryCollection.cs
- CommentEmitter.cs
- StandardCommands.cs
- ISFClipboardData.cs
- FormatConvertedBitmap.cs
- StaticFileHandler.cs
- JournalNavigationScope.cs
- SqlDataSourceAdvancedOptionsForm.cs
- SQLCharsStorage.cs
- StringToken.cs
- SecurityTokenReferenceStyle.cs
- DeferredElementTreeState.cs
- Scene3D.cs
- LabelAutomationPeer.cs
- FixedSOMSemanticBox.cs
- Classification.cs
- SymmetricAlgorithm.cs
- DBCommand.cs
- recordstate.cs
- DataTableReader.cs
- CompilerWrapper.cs
- RequestStatusBarUpdateEventArgs.cs
- SerializationInfoEnumerator.cs
- IdentitySection.cs
- DataSetFieldSchema.cs
- unsafeIndexingFilterStream.cs
- ApplicationServiceHelper.cs
- ImagingCache.cs
- SecurityState.cs
- XmlQueryType.cs
- PageSettings.cs
- Span.cs
- MessageUtil.cs
- BaseComponentEditor.cs
- CounterSampleCalculator.cs
- XmlnsCache.cs
- ISFTagAndGuidCache.cs
- AsyncDataRequest.cs
- COM2EnumConverter.cs
- Errors.cs
- VideoDrawing.cs
- ErrorRuntimeConfig.cs
- StrokeCollectionConverter.cs
- GenericPrincipal.cs
- ParameterBuilder.cs
- BaseCodePageEncoding.cs
- SystemNetHelpers.cs
- ChangeProcessor.cs
- QilGeneratorEnv.cs
- CodeRemoveEventStatement.cs
- MatrixCamera.cs
- PointKeyFrameCollection.cs
- SoapExtensionReflector.cs
- validationstate.cs
- RecognizedWordUnit.cs
- _NtlmClient.cs
- WebPartUserCapability.cs
- MultiView.cs
- SrgsRulesCollection.cs
- XpsFilter.cs
- PropertyBuilder.cs
- DataBoundControlHelper.cs
- DataGridCaption.cs
- OutputCacheSection.cs
- SourceFileInfo.cs
- OutputCacheSettingsSection.cs
- controlskin.cs
- TimelineClockCollection.cs
- ConnectionStringSettings.cs
- _NegoStream.cs
- MediaPlayer.cs
- PrintPreviewGraphics.cs
- CustomError.cs
- XmlQueryOutput.cs
- CoreSwitches.cs
- HotSpot.cs
- FilterEventArgs.cs
- ClientRoleProvider.cs
- QueryPageSettingsEventArgs.cs
- CertificateElement.cs
- ApplySecurityAndSendAsyncResult.cs
- VectorCollectionConverter.cs
- TrackingParameters.cs
- TCPListener.cs
- XmlMtomReader.cs
- SystemParameters.cs
- XMLSyntaxException.cs
- ArraySet.cs
- HiddenField.cs
- AdornerPresentationContext.cs
- SeekableReadStream.cs
- XmlDocumentViewSchema.cs
- WebPartsPersonalization.cs
- XmlDomTextWriter.cs
- OleDbRowUpdatingEvent.cs
- DllNotFoundException.cs
- MobileTextWriter.cs