Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebParts / UnauthorizedWebPart.cs / 2 / UnauthorizedWebPart.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls.WebParts { using System; using System.Collections; using System.ComponentModel; using System.Globalization; using System.Security.Permissions; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.Util; [ ToolboxItem(false) ] [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] public sealed class UnauthorizedWebPart : ProxyWebPart { public UnauthorizedWebPart(WebPart webPart) : base(webPart) { } public UnauthorizedWebPart(string originalID, string originalTypeName, string originalPath, string genericWebPartID) : base(originalID, originalTypeName, originalPath, genericWebPartID) { } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DataRowExtensions.cs
- SafeNativeMemoryHandle.cs
- EmptyCollection.cs
- ExceptionNotification.cs
- MethodRental.cs
- QilPatternFactory.cs
- FileDialog.cs
- XPathNavigatorKeyComparer.cs
- RC2.cs
- CookieProtection.cs
- FileFormatException.cs
- ObjectQueryExecutionPlan.cs
- ProviderConnectionPointCollection.cs
- Typeface.cs
- ToolStripDropDownButton.cs
- ProcessThreadDesigner.cs
- WebPartManagerInternals.cs
- RecommendedAsConfigurableAttribute.cs
- CodeMemberProperty.cs
- OutKeywords.cs
- ItemDragEvent.cs
- ContentOperations.cs
- BuildResult.cs
- EnterpriseServicesHelper.cs
- UdpTransportSettings.cs
- TypeSystem.cs
- AVElementHelper.cs
- DefaultProfileManager.cs
- Simplifier.cs
- InternalRelationshipCollection.cs
- SpecialFolderEnumConverter.cs
- TransactionManager.cs
- StateMachine.cs
- XmlImplementation.cs
- GroupJoinQueryOperator.cs
- ArraySegment.cs
- EdmError.cs
- FieldDescriptor.cs
- PropertyTabChangedEvent.cs
- IsolatedStorage.cs
- FatalException.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DBConnectionString.cs
- ContentHostHelper.cs
- DesignerSelectionListAdapter.cs
- SQLByte.cs
- URLString.cs
- Subset.cs
- WebPartVerbCollection.cs
- DispatcherHookEventArgs.cs
- InteropBitmapSource.cs
- ManagementBaseObject.cs
- FixedSOMLineCollection.cs
- FontStretchConverter.cs
- WeakReference.cs
- SrgsSemanticInterpretationTag.cs
- ConfigurationException.cs
- QuaternionAnimationUsingKeyFrames.cs
- Nullable.cs
- CompensatableTransactionScopeActivity.cs
- HostSecurityManager.cs
- CompilerError.cs
- ExecutionEngineException.cs
- MouseActionValueSerializer.cs
- TransmissionStrategy.cs
- PassportIdentity.cs
- TextBoxBase.cs
- SecurityTokenAuthenticator.cs
- BridgeDataRecord.cs
- TraceEventCache.cs
- PointKeyFrameCollection.cs
- ConnectionStringSettings.cs
- XmlSchemaAnnotated.cs
- PeerService.cs
- ProjectionAnalyzer.cs
- MediaEntryAttribute.cs
- ByteBufferPool.cs
- Baml6Assembly.cs
- HostingEnvironment.cs
- SrgsText.cs
- EntityProviderFactory.cs
- TextElementAutomationPeer.cs
- AppDomainAttributes.cs
- HtmlTextViewAdapter.cs
- HotCommands.cs
- DataGridViewLayoutData.cs
- Timeline.cs
- DateTimePicker.cs
- FactoryMaker.cs
- GridViewCancelEditEventArgs.cs
- Funcletizer.cs
- IndentedWriter.cs
- WindowsGraphicsCacheManager.cs
- TextElementCollectionHelper.cs
- ImageDrawing.cs
- DataPagerField.cs
- Attribute.cs
- EntityContainer.cs
- CompositeTypefaceMetrics.cs
- SpellerHighlightLayer.cs