Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SubordinateTransaction.cs
- Tuple.cs
- ImplicitInputBrush.cs
- SynchronizedDispatch.cs
- QuaternionAnimationBase.cs
- DockPatternIdentifiers.cs
- LocalValueEnumerator.cs
- Geometry.cs
- JsonFormatReaderGenerator.cs
- XamlParser.cs
- NativeMethods.cs
- WebRequestModuleElementCollection.cs
- JoinSymbol.cs
- StyleBamlTreeBuilder.cs
- ActivityDesignerLayoutSerializers.cs
- DecimalAnimation.cs
- ValidationRuleCollection.cs
- WindowsSlider.cs
- Style.cs
- SqlConnectionPoolProviderInfo.cs
- SynthesizerStateChangedEventArgs.cs
- EditorPartChrome.cs
- CacheDependency.cs
- CharEntityEncoderFallback.cs
- SecureUICommand.cs
- Asn1IntegerConverter.cs
- XmlWrappingReader.cs
- ValidationResult.cs
- DataProtection.cs
- ManualResetEventSlim.cs
- DataGridViewColumnEventArgs.cs
- ValidationError.cs
- ToolStripRenderEventArgs.cs
- WindowsEditBoxRange.cs
- CallInfo.cs
- StyleCollection.cs
- ZipIOFileItemStream.cs
- SafeFileHandle.cs
- StringFreezingAttribute.cs
- SecurityTokenInclusionMode.cs
- OverflowException.cs
- namescope.cs
- TraceContext.cs
- DocumentAutomationPeer.cs
- AttributeAction.cs
- HashFinalRequest.cs
- IntranetCredentialPolicy.cs
- LocalizableAttribute.cs
- Freezable.cs
- RichTextBoxConstants.cs
- StickyNoteAnnotations.cs
- XmlSubtreeReader.cs
- Size3DConverter.cs
- DateTimeOffset.cs
- ResolvedKeyFrameEntry.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- EtwTrace.cs
- MediaPlayerState.cs
- FtpWebResponse.cs
- TextTreeInsertElementUndoUnit.cs
- FontStyle.cs
- CollectionBuilder.cs
- DataDesignUtil.cs
- SpeechDetectedEventArgs.cs
- oledbmetadatacolumnnames.cs
- ImageListUtils.cs
- DataBindingHandlerAttribute.cs
- BitmapScalingModeValidation.cs
- TreeNodeConverter.cs
- OptionUsage.cs
- RemoveStoryboard.cs
- TreeViewImageKeyConverter.cs
- OutputCacheModule.cs
- InputLanguageProfileNotifySink.cs
- LocationSectionRecord.cs
- SingleConverter.cs
- TextRunProperties.cs
- OdbcDataAdapter.cs
- WebHeaderCollection.cs
- Point.cs
- FloatUtil.cs
- XmlCustomFormatter.cs
- Helper.cs
- InProcStateClientManager.cs
- XMLSyntaxException.cs
- MembershipUser.cs
- SchemaImporter.cs
- ProgressiveCrcCalculatingStream.cs
- HttpFileCollection.cs
- PerfCounterSection.cs
- BCryptNative.cs
- WriterOutput.cs
- Tokenizer.cs
- WebScriptMetadataFormatter.cs
- TextServicesProperty.cs
- RegexGroupCollection.cs
- RoleService.cs
- StringValidator.cs
- OracleParameterCollection.cs
- NetCodeGroup.cs