Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / ndp / fx / src / xsp / System / Web / UI / WebParts / UnauthorizedWebPart.cs / 5 / 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) { } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// 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) { } } } // 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
- FragmentQueryProcessor.cs
- ZipIOZip64EndOfCentralDirectoryLocatorBlock.cs
- Function.cs
- HtmlFormAdapter.cs
- FixUpCollection.cs
- Slider.cs
- WebException.cs
- ObjectPropertyMapping.cs
- DataGridPagerStyle.cs
- InvokeProviderWrapper.cs
- Double.cs
- formatter.cs
- SchemaType.cs
- NumericUpDown.cs
- PropertyChangedEventManager.cs
- XPathPatternParser.cs
- StringComparer.cs
- HandoffBehavior.cs
- AuthenticationModuleElement.cs
- RegexCode.cs
- AudienceUriMode.cs
- DependentTransaction.cs
- RowSpanVector.cs
- RenamedEventArgs.cs
- Point4D.cs
- SmtpClient.cs
- ListSortDescriptionCollection.cs
- WebHttpElement.cs
- BinHexDecoder.cs
- PartialTrustVisibleAssembly.cs
- SerialPinChanges.cs
- RequestCacheManager.cs
- ModifierKeysValueSerializer.cs
- SimpleMailWebEventProvider.cs
- SQLByte.cs
- KeyPressEvent.cs
- PointUtil.cs
- UpDownEvent.cs
- IPEndPoint.cs
- ChannelSinkStacks.cs
- PropertySourceInfo.cs
- BuildManager.cs
- WorkflowRuntime.cs
- TypeValidationEventArgs.cs
- FlowLayoutSettings.cs
- PageEventArgs.cs
- SQLBinaryStorage.cs
- SemaphoreFullException.cs
- ObjectStateManager.cs
- ForwardPositionQuery.cs
- ToolStripContainer.cs
- ComNativeDescriptor.cs
- DataSetMappper.cs
- PageStatePersister.cs
- RoleService.cs
- ListView.cs
- HyperlinkAutomationPeer.cs
- SecurityCriticalDataForSet.cs
- TextTreeExtractElementUndoUnit.cs
- Models.cs
- DataGridViewRowDividerDoubleClickEventArgs.cs
- StructuredProperty.cs
- DefaultCommandConverter.cs
- AssemblyNameProxy.cs
- ServiceMemoryGates.cs
- DocComment.cs
- GeometryValueSerializer.cs
- SqlProvider.cs
- ContentElement.cs
- TextEditorTyping.cs
- DetailsViewDesigner.cs
- EntityAdapter.cs
- ConnectionProviderAttribute.cs
- _Semaphore.cs
- SoapCodeExporter.cs
- RIPEMD160.cs
- GenericsNotImplementedException.cs
- DataGridViewComboBoxColumnDesigner.cs
- FontNamesConverter.cs
- StrokeRenderer.cs
- EntityDataSourceDesigner.cs
- BoundField.cs
- WindowsPen.cs
- CodeGotoStatement.cs
- LayoutTable.cs
- TransformGroup.cs
- SrgsText.cs
- SessionStateItemCollection.cs
- FontResourceCache.cs
- OutputCacheSettingsSection.cs
- WorkflowQueueInfo.cs
- CodeIterationStatement.cs
- TableLayoutCellPaintEventArgs.cs
- ImpersonationContext.cs
- ConnectionManagementElementCollection.cs
- StrokeNode.cs
- UniqueEventHelper.cs
- CollectionViewProxy.cs
- SQLInt32Storage.cs
- TitleStyle.cs