Code:
/ DotNET / DotNET / 8.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
- AliasedSlot.cs
- DateTimeValueSerializerContext.cs
- MinimizableAttributeTypeConverter.cs
- ConversionContext.cs
- SchemaObjectWriter.cs
- ItemChangedEventArgs.cs
- XmlNamespaceManager.cs
- OracleInternalConnection.cs
- CustomTypeDescriptor.cs
- CultureInfo.cs
- QuadraticBezierSegment.cs
- WorkflowOperationAsyncResult.cs
- DataContractSerializerServiceBehavior.cs
- DoubleConverter.cs
- Font.cs
- StackBuilderSink.cs
- AssociationSetEnd.cs
- WebControl.cs
- CursorInteropHelper.cs
- ClientTargetSection.cs
- StylusTip.cs
- SqlDataSourceCommandEventArgs.cs
- ProfilePropertyMetadata.cs
- counter.cs
- _LazyAsyncResult.cs
- httpstaticobjectscollection.cs
- WindowInteractionStateTracker.cs
- Security.cs
- DataControlFieldCollection.cs
- CodeLabeledStatement.cs
- FormsIdentity.cs
- MapPathBasedVirtualPathProvider.cs
- CompositeFontInfo.cs
- SelectedGridItemChangedEvent.cs
- NamespaceInfo.cs
- ImageFormatConverter.cs
- Label.cs
- ZipIOLocalFileBlock.cs
- SimpleLine.cs
- UpDownEvent.cs
- AuthenticationConfig.cs
- RectangleGeometry.cs
- InstrumentationTracker.cs
- MouseGestureValueSerializer.cs
- BlockingCollection.cs
- TreeSet.cs
- PropertyEntry.cs
- ParsedAttributeCollection.cs
- FileUtil.cs
- CaseCqlBlock.cs
- EventsTab.cs
- ObjectListCommand.cs
- SqlRecordBuffer.cs
- cookiecontainer.cs
- JumpTask.cs
- entityreference_tresulttype.cs
- InfoCardXmlSerializer.cs
- InheritablePropertyChangeInfo.cs
- RouteItem.cs
- RemotingException.cs
- ChoiceConverter.cs
- PersonalizationProviderCollection.cs
- ByeMessageApril2005.cs
- Boolean.cs
- HyperLinkDesigner.cs
- X509ServiceCertificateAuthentication.cs
- FatalException.cs
- AuthenticationManager.cs
- WebPartRestoreVerb.cs
- Typography.cs
- IconConverter.cs
- RegistryKey.cs
- AccessDataSourceView.cs
- LineVisual.cs
- GrammarBuilderBase.cs
- MimeFormatExtensions.cs
- ConnectionManagementSection.cs
- MultipartContentParser.cs
- SecurityTokenTypes.cs
- EventTrigger.cs
- TraceLevelStore.cs
- RoleManagerEventArgs.cs
- CallbackWrapper.cs
- DataGridCommandEventArgs.cs
- StdRegProviderWrapper.cs
- XmlUtil.cs
- EnumerableRowCollection.cs
- DurableServiceAttribute.cs
- ClientSideProviderDescription.cs
- CompensationHandlingFilter.cs
- RealProxy.cs
- FormViewRow.cs
- XPathSelectionIterator.cs
- ResXDataNode.cs
- SqlMethodCallConverter.cs
- SamlAction.cs
- ApplicationServiceManager.cs
- ReferenceSchema.cs
- ProcessModuleCollection.cs
- BuiltInExpr.cs