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
- GZipDecoder.cs
- HttpCookiesSection.cs
- UInt16Storage.cs
- RegexStringValidator.cs
- DrawingAttributeSerializer.cs
- AlphaSortedEnumConverter.cs
- TemplateControlBuildProvider.cs
- HttpHandlerAction.cs
- AuthenticationModuleElement.cs
- EventData.cs
- ListenerElementsCollection.cs
- VisualProxy.cs
- RawStylusSystemGestureInputReport.cs
- GatewayDefinition.cs
- _ShellExpression.cs
- DataSourceHelper.cs
- TcpProcessProtocolHandler.cs
- InternalMappingException.cs
- WebPartExportVerb.cs
- UInt32Converter.cs
- DataColumnPropertyDescriptor.cs
- MulticastDelegate.cs
- ParentQuery.cs
- ParallelSeparator.xaml.cs
- SHA256Managed.cs
- CollaborationHelperFunctions.cs
- CapabilitiesAssignment.cs
- DateTimeOffsetStorage.cs
- RsaSecurityTokenParameters.cs
- ProcessRequestArgs.cs
- FontFamily.cs
- GCHandleCookieTable.cs
- ScaleTransform.cs
- XpsResourcePolicy.cs
- RuntimeVariablesExpression.cs
- OdbcException.cs
- Workspace.cs
- ToolBar.cs
- TakeOrSkipWhileQueryOperator.cs
- NullReferenceException.cs
- IERequestCache.cs
- cookie.cs
- SwitchLevelAttribute.cs
- _NestedMultipleAsyncResult.cs
- TrustManagerPromptUI.cs
- BitmapEffectGroup.cs
- AliasGenerator.cs
- SqlDataSourceWizardForm.cs
- CompModSwitches.cs
- LinkedList.cs
- SplineQuaternionKeyFrame.cs
- DocumentXPathNavigator.cs
- XmlDataSourceNodeDescriptor.cs
- Calendar.cs
- ToolbarAUtomationPeer.cs
- While.cs
- SecurityTokenProvider.cs
- FontUnit.cs
- ReliableOutputConnection.cs
- AutomationPropertyInfo.cs
- Compilation.cs
- StringTraceRecord.cs
- HiddenFieldDesigner.cs
- ConfigurationPermission.cs
- ZipArchive.cs
- DataPagerFieldItem.cs
- IChannel.cs
- RelatedImageListAttribute.cs
- DesignerHierarchicalDataSourceView.cs
- ValidationContext.cs
- OutputCacheModule.cs
- Geometry3D.cs
- RemoteWebConfigurationHostServer.cs
- PropertyPathConverter.cs
- WindowsGraphicsCacheManager.cs
- SystemIPInterfaceProperties.cs
- NotCondition.cs
- LockCookie.cs
- DesignerDataRelationship.cs
- PropertyCollection.cs
- URIFormatException.cs
- DictionaryCustomTypeDescriptor.cs
- DataControlImageButton.cs
- OrderPreservingMergeHelper.cs
- StateMachineWorkflowDesigner.cs
- WorkflowTransactionService.cs
- XmlSchemaFacet.cs
- LineVisual.cs
- XmlBinaryWriter.cs
- GridViewCommandEventArgs.cs
- AuthenticodeSignatureInformation.cs
- XmlSchemaComplexContentExtension.cs
- ImplicitInputBrush.cs
- EntitySqlQueryBuilder.cs
- MailWebEventProvider.cs
- StackSpiller.Temps.cs
- TextElementEditingBehaviorAttribute.cs
- ExceptionUtil.cs
- ProcessThread.cs
- iisPickupDirectory.cs