Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / MIT / System / Web / UI / MobileControls / Design / StyleSheetRefUrlEditor.cs / 1305376 / StyleSheetRefUrlEditor.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System.Web.UI.Design; namespace System.Web.UI.Design.MobileControls { ////// Provides an editor for visually picking an ASCX Url. /// [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class StyleSheetRefUrlEditor: UrlEditor { ////// Caption of the editor UI /// protected override String Caption { get { return SR.GetString(SR.StyleSheetRefUrlEditor_Caption); } } ////// Filter used by the editor /// protected override String Filter { get { return SR.GetString(SR.StyleSheetRefUrlEditor_Filter); } } ////// NoAbsolute = Don't allow absoulte urls. /// None = Otherwise. /// 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. // //----------------------------------------------------------------------------- using System.Web.UI.Design; namespace System.Web.UI.Design.MobileControls { ////// Provides an editor for visually picking an ASCX Url. /// [ System.Security.Permissions.SecurityPermission(System.Security.Permissions.SecurityAction.Demand, Flags=System.Security.Permissions.SecurityPermissionFlag.UnmanagedCode) ] [Obsolete("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see http://go.microsoft.com/fwlink/?LinkId=157231.")] internal class StyleSheetRefUrlEditor: UrlEditor { ////// Caption of the editor UI /// protected override String Caption { get { return SR.GetString(SR.StyleSheetRefUrlEditor_Caption); } } ////// Filter used by the editor /// protected override String Filter { get { return SR.GetString(SR.StyleSheetRefUrlEditor_Filter); } } ////// NoAbsolute = Don't allow absoulte urls. /// None = Otherwise. /// protected override UrlBuilderOptions Options { get { return UrlBuilderOptions.NoAbsolute; } } } } // 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
- HttpRuntimeSection.cs
- Helper.cs
- TextEditorCopyPaste.cs
- RadioButtonRenderer.cs
- ColorConverter.cs
- ItemCollection.cs
- ActivatableWorkflowsQueryResult.cs
- SqlClientWrapperSmiStream.cs
- COM2EnumConverter.cs
- ContextMenu.cs
- BlurBitmapEffect.cs
- TextMarkerSource.cs
- ButtonColumn.cs
- XpsResourcePolicy.cs
- SqlAliasesReferenced.cs
- DebugView.cs
- SqlRewriteScalarSubqueries.cs
- TextSpanModifier.cs
- ActiveXHelper.cs
- EndOfStreamException.cs
- DodSequenceMerge.cs
- ExpressionBuilder.cs
- SerialPort.cs
- SamlSubject.cs
- FontDialog.cs
- DataMemberListEditor.cs
- TabletDevice.cs
- SoapInteropTypes.cs
- DataGridTextColumn.cs
- BindingWorker.cs
- StateMachineAction.cs
- arc.cs
- TextElementEnumerator.cs
- ScaleTransform3D.cs
- DLinqColumnProvider.cs
- GridViewDeleteEventArgs.cs
- StringDictionaryWithComparer.cs
- SafeBitVector32.cs
- PointCollectionConverter.cs
- DataConnectionHelper.cs
- HeaderedContentControl.cs
- DurationConverter.cs
- DurationConverter.cs
- FormViewModeEventArgs.cs
- SQLDoubleStorage.cs
- SystemIPGlobalStatistics.cs
- DataGridViewControlCollection.cs
- MessageQueueInstaller.cs
- UriParserTemplates.cs
- ScrollableControl.cs
- ListBoxItemWrapperAutomationPeer.cs
- BuildDependencySet.cs
- Resources.Designer.cs
- CloudCollection.cs
- WebServiceMethodData.cs
- BidOverLoads.cs
- StringDictionaryEditor.cs
- InputLanguageCollection.cs
- ButtonBase.cs
- ColumnMapTranslator.cs
- XmlSchemaSimpleContentRestriction.cs
- ProcessHostMapPath.cs
- ConnectionPoolManager.cs
- UInt64.cs
- TextRangeSerialization.cs
- XmlSubtreeReader.cs
- IncrementalCompileAnalyzer.cs
- Model3D.cs
- VectorCollection.cs
- X509CertificateTrustedIssuerElement.cs
- WriteableOnDemandStream.cs
- Operand.cs
- Emitter.cs
- documentsequencetextcontainer.cs
- PersonalizationAdministration.cs
- DecimalMinMaxAggregationOperator.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- AdornerLayer.cs
- Operators.cs
- ServiceOperationParameter.cs
- EnvelopedPkcs7.cs
- RoutedEvent.cs
- NoneExcludedImageIndexConverter.cs
- ValueTypeFixupInfo.cs
- ObjectDataSourceFilteringEventArgs.cs
- ListBoxItem.cs
- SqlTypesSchemaImporter.cs
- CacheDependency.cs
- SynchronousReceiveBehavior.cs
- HtmlTableCell.cs
- Msec.cs
- DataServiceQueryException.cs
- DataGridCommandEventArgs.cs
- InstalledVoice.cs
- TextEditorParagraphs.cs
- MultiBindingExpression.cs
- ServerIdentity.cs
- ZipIORawDataFileBlock.cs
- LicenseException.cs
- TcpHostedTransportConfiguration.cs