Code:
/ FX-1434 / FX-1434 / 1.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
- WebReferencesBuildProvider.cs
- DataGridColumnEventArgs.cs
- WmlValidationSummaryAdapter.cs
- AsyncContentLoadedEventArgs.cs
- AnimationClockResource.cs
- SqlProcedureAttribute.cs
- CodeEventReferenceExpression.cs
- Simplifier.cs
- FrameworkElement.cs
- SmiGettersStream.cs
- SQLMoney.cs
- Panel.cs
- ValidationUtility.cs
- PackagePartCollection.cs
- SharedDp.cs
- PopupRootAutomationPeer.cs
- WSSecurityXXX2005.cs
- ValueTypeFixupInfo.cs
- ClipboardProcessor.cs
- WhiteSpaceTrimStringConverter.cs
- AnnotationStore.cs
- SystemIcons.cs
- TextBounds.cs
- BitmapEffectDrawing.cs
- assemblycache.cs
- _OverlappedAsyncResult.cs
- AnnotationHelper.cs
- XsdBuildProvider.cs
- Highlights.cs
- XmlLangPropertyAttribute.cs
- DesignerDataSourceView.cs
- TextBlockAutomationPeer.cs
- ImageConverter.cs
- TargetParameterCountException.cs
- TagPrefixInfo.cs
- Comparer.cs
- SinglePageViewer.cs
- ByteFacetDescriptionElement.cs
- X509RawDataKeyIdentifierClause.cs
- CompilerParameters.cs
- InvokeFunc.cs
- StagingAreaInputItem.cs
- DataSetMappper.cs
- Verify.cs
- RtfToXamlReader.cs
- SparseMemoryStream.cs
- TextCompositionManager.cs
- DefaultBindingPropertyAttribute.cs
- NeutralResourcesLanguageAttribute.cs
- ConfigXmlElement.cs
- CodeLabeledStatement.cs
- InstalledFontCollection.cs
- PostBackTrigger.cs
- SqlDelegatedTransaction.cs
- Catch.cs
- RotateTransform3D.cs
- GuidTagList.cs
- CodeArrayIndexerExpression.cs
- EntityModelBuildProvider.cs
- ThicknessAnimation.cs
- StronglyTypedResourceBuilder.cs
- HtmlButton.cs
- FontWeight.cs
- Vector3dCollection.cs
- InkCanvasFeedbackAdorner.cs
- SQLBytes.cs
- EdmRelationshipRoleAttribute.cs
- EntityCommandDefinition.cs
- PartitionedStream.cs
- FormViewDeleteEventArgs.cs
- RedirectionProxy.cs
- RangeValueProviderWrapper.cs
- NotFiniteNumberException.cs
- NetworkAddressChange.cs
- Hyperlink.cs
- ForeignKeyConstraint.cs
- UniformGrid.cs
- ConvertTextFrag.cs
- AppendHelper.cs
- DirectoryObjectSecurity.cs
- ScriptComponentDescriptor.cs
- CollectionBase.cs
- Exceptions.cs
- PropertyPath.cs
- WebServiceData.cs
- LoadRetryStrategyFactory.cs
- Avt.cs
- OleStrCAMarshaler.cs
- NetPipeSectionData.cs
- RawStylusInputReport.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- FontSource.cs
- SQLGuidStorage.cs
- GrammarBuilderPhrase.cs
- Brush.cs
- Misc.cs
- Transform3DGroup.cs
- ServiceDescriptionReflector.cs
- SystemParameters.cs
- NullableFloatMinMaxAggregationOperator.cs