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
- SmtpDigestAuthenticationModule.cs
- keycontainerpermission.cs
- HostSecurityManager.cs
- StylusPointPropertyInfoDefaults.cs
- TreeNodeMouseHoverEvent.cs
- WebPartCatalogAddVerb.cs
- Label.cs
- GridViewUpdateEventArgs.cs
- TextBounds.cs
- OpenFileDialog.cs
- IRCollection.cs
- SpeechRecognizer.cs
- ArrayElementGridEntry.cs
- ContractComponent.cs
- TraceHwndHost.cs
- DesignTimeXamlWriter.cs
- PrintingPermissionAttribute.cs
- TableCell.cs
- cryptoapiTransform.cs
- FontDialog.cs
- DesignerLabelAdapter.cs
- ComponentResourceManager.cs
- translator.cs
- HttpPostServerProtocol.cs
- UriGenerator.cs
- URLBuilder.cs
- ChangeDirector.cs
- ControllableStoryboardAction.cs
- ListenerConstants.cs
- RuntimeArgumentHandle.cs
- TextEncodedRawTextWriter.cs
- ElementHostAutomationPeer.cs
- WithStatement.cs
- LingerOption.cs
- InputScopeConverter.cs
- CodeCommentStatementCollection.cs
- SigningCredentials.cs
- PropertyRef.cs
- XmlSchemaSet.cs
- OutputCacheProfileCollection.cs
- Stopwatch.cs
- HandlerWithFactory.cs
- DataObject.cs
- ResourceExpression.cs
- ContextStack.cs
- SymmetricAlgorithm.cs
- OpCopier.cs
- DiagnosticTraceSource.cs
- NetSectionGroup.cs
- IsolationInterop.cs
- WebHttpElement.cs
- FigureParagraph.cs
- EFAssociationProvider.cs
- DataSourceControl.cs
- RestClientProxyHandler.cs
- CryptoProvider.cs
- XmlAttributeAttribute.cs
- ItemCheckEvent.cs
- HttpProcessUtility.cs
- TextReader.cs
- InkCanvasSelection.cs
- IPipelineRuntime.cs
- BufferAllocator.cs
- ServiceDescriptionReflector.cs
- ListViewSelectEventArgs.cs
- ConfigurationErrorsException.cs
- BindingCompleteEventArgs.cs
- DataContractSerializerSection.cs
- MethodSignatureGenerator.cs
- OdbcConnectionPoolProviderInfo.cs
- HostingEnvironmentWrapper.cs
- PeerCollaboration.cs
- InternalResources.cs
- InvokePattern.cs
- OracleParameter.cs
- DataPagerFieldItem.cs
- XmlLanguage.cs
- StylusPointPropertyInfo.cs
- MimeBasePart.cs
- ISFTagAndGuidCache.cs
- LinearQuaternionKeyFrame.cs
- _DomainName.cs
- PeerNameRecord.cs
- RoutedEventValueSerializer.cs
- RemotingException.cs
- LinkConverter.cs
- ParagraphResult.cs
- ObservableDictionary.cs
- CodeChecksumPragma.cs
- TextEditorCharacters.cs
- TypeSemantics.cs
- BoolExpression.cs
- XmlHierarchicalEnumerable.cs
- Renderer.cs
- Win32Exception.cs
- ProfileGroupSettings.cs
- SqlCommandSet.cs
- Rect3D.cs
- WindowsRegion.cs
- GatewayDefinition.cs