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
- MessageSecurityVersion.cs
- Set.cs
- GeneralTransform3D.cs
- Column.cs
- Point4DValueSerializer.cs
- SpellerInterop.cs
- CodeTypeMemberCollection.cs
- ResourceReferenceExpression.cs
- GroupQuery.cs
- SQLRoleProvider.cs
- XmlDocumentSchema.cs
- AppearanceEditorPart.cs
- OLEDB_Util.cs
- ResourcesGenerator.cs
- SHA512Managed.cs
- HttpFormatExtensions.cs
- XhtmlBasicTextViewAdapter.cs
- COM2PropertyDescriptor.cs
- WorkflowServiceOperationListItem.cs
- TreeViewDataItemAutomationPeer.cs
- HtmlTableCellCollection.cs
- DbParameterCollectionHelper.cs
- ImageClickEventArgs.cs
- DirectoryNotFoundException.cs
- FileDialog.cs
- FontInfo.cs
- DbConnectionPoolGroupProviderInfo.cs
- OpenTypeCommon.cs
- ViewManager.cs
- WebPartDisplayModeCancelEventArgs.cs
- ExpressionBuilderContext.cs
- EntryWrittenEventArgs.cs
- TableLayoutColumnStyleCollection.cs
- BasicAsyncResult.cs
- XmlSerializerAssemblyAttribute.cs
- XmlReader.cs
- RankException.cs
- CodeDelegateCreateExpression.cs
- PlanCompilerUtil.cs
- TakeQueryOptionExpression.cs
- TypeListConverter.cs
- Attributes.cs
- SmiEventSink_DeferedProcessing.cs
- RuleRefElement.cs
- ExceptionUtil.cs
- FolderLevelBuildProvider.cs
- RightsManagementProvider.cs
- WinCategoryAttribute.cs
- DecoderFallback.cs
- InternalSafeNativeMethods.cs
- Helpers.cs
- PropertyInfoSet.cs
- HtmlPhoneCallAdapter.cs
- FunctionGenerator.cs
- SecurityKeyType.cs
- SapiGrammar.cs
- EdmToObjectNamespaceMap.cs
- UriSection.cs
- SingleAnimation.cs
- brushes.cs
- LoginDesigner.cs
- RegexMatch.cs
- IndexedString.cs
- PropertyToken.cs
- DeleteStoreRequest.cs
- RectangleConverter.cs
- XmlSchemaCompilationSettings.cs
- X509InitiatorCertificateClientElement.cs
- RangeBaseAutomationPeer.cs
- _SingleItemRequestCache.cs
- Visual3DCollection.cs
- FileUtil.cs
- EndpointNotFoundException.cs
- TextEditorCharacters.cs
- DocumentScope.cs
- ApplicationSecurityInfo.cs
- Configuration.cs
- ColumnPropertiesGroup.cs
- DelayedRegex.cs
- DeadCharTextComposition.cs
- XmlILStorageConverter.cs
- LinkConverter.cs
- ImageListUtils.cs
- GifBitmapEncoder.cs
- TreeNodeCollection.cs
- XmlAtomErrorReader.cs
- IISMapPath.cs
- ResourcesGenerator.cs
- SHA256.cs
- UInt32.cs
- SafeRegistryHandle.cs
- BrowserTree.cs
- ConfigXmlWhitespace.cs
- SoapEnumAttribute.cs
- XpsStructure.cs
- MimeTypePropertyAttribute.cs
- TextEditorSelection.cs
- AmbientValueAttribute.cs
- GridViewUpdatedEventArgs.cs
- BamlLocalizableResourceKey.cs