Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / Designer / WebForms / System / Web / UI / Design / XmlUrlEditor.cs / 1 / XmlUrlEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.Design { using System.Design; ////// /// [System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode)] public class XmlUrlEditor: UrlEditor { ////// /// protected override string Caption { get { return SR.GetString(SR.UrlPicker_XmlCaption); } } ////// /// protected override string Filter { get { return SR.GetString(SR.UrlPicker_XmlFilter); } } ////// /// protected override UrlBuilderOptions Options { get { return UrlBuilderOptions.NoAbsolute; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Scripts.cs
- WebPartDescription.cs
- EmbeddedObject.cs
- SystemParameters.cs
- MailBnfHelper.cs
- OptimizedTemplateContent.cs
- DataTableReader.cs
- ReadContentAsBinaryHelper.cs
- RoutingSection.cs
- ToolStripContentPanelRenderEventArgs.cs
- SqlRecordBuffer.cs
- Overlapped.cs
- ArithmeticException.cs
- LayoutTable.cs
- CodeTypeDeclaration.cs
- HttpListenerPrefixCollection.cs
- XXXInfos.cs
- DataGridCell.cs
- SelectionHighlightInfo.cs
- RecognitionResult.cs
- DataServiceHostWrapper.cs
- InputProcessorProfilesLoader.cs
- VersionedStreamOwner.cs
- XmlIgnoreAttribute.cs
- PropertyChange.cs
- XappLauncher.cs
- LinqDataView.cs
- Table.cs
- EditorPartCollection.cs
- PrivacyNoticeBindingElement.cs
- XmlSchemaGroup.cs
- EntityDataSourceDesigner.cs
- MethodBuilder.cs
- TextBreakpoint.cs
- MasterPageBuildProvider.cs
- ActiveXHelper.cs
- ScrollBarRenderer.cs
- BrushProxy.cs
- Models.cs
- ExpressionBindingCollection.cs
- RightsDocument.cs
- UpDownBaseDesigner.cs
- TextureBrush.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- XamlToRtfWriter.cs
- FloaterParaClient.cs
- ResponseBodyWriter.cs
- LayoutTable.cs
- ReadWriteSpinLock.cs
- infer.cs
- HostingPreferredMapPath.cs
- FontEmbeddingManager.cs
- DesignerActionMethodItem.cs
- SByteStorage.cs
- BindableAttribute.cs
- RangeEnumerable.cs
- PersonalizationEntry.cs
- WebServiceReceiveDesigner.cs
- DependencyPropertyChangedEventArgs.cs
- SystemSounds.cs
- XmlSchemaSimpleTypeUnion.cs
- WasHttpHandlersInstallComponent.cs
- PeerInputChannelListener.cs
- KnownTypeHelper.cs
- ListBoxItem.cs
- PeerName.cs
- OptimizedTemplateContent.cs
- DataGridViewHitTestInfo.cs
- GifBitmapEncoder.cs
- XmlSchemaImport.cs
- DataGridSortCommandEventArgs.cs
- BitmapData.cs
- RestHandlerFactory.cs
- HtmlTableCell.cs
- CodeObject.cs
- ProcessModelSection.cs
- OdbcInfoMessageEvent.cs
- IChannel.cs
- SymbolType.cs
- ValidationResult.cs
- PointHitTestParameters.cs
- ComPlusDiagnosticTraceSchemas.cs
- FormatterServicesNoSerializableCheck.cs
- WmiInstallComponent.cs
- ButtonField.cs
- HtmlInputControl.cs
- SurrogateSelector.cs
- Help.cs
- ProjectionNode.cs
- EncodingNLS.cs
- BaseParaClient.cs
- Cast.cs
- Completion.cs
- BitmapMetadataEnumerator.cs
- TypeSystemProvider.cs
- QueryCursorEventArgs.cs
- BinaryNode.cs
- ViewStateModeByIdAttribute.cs
- CheckBoxBaseAdapter.cs
- TreeNodeStyleCollection.cs